forked from jan-leila/nix-config
Compare commits
No commits in common. "765dde3f0fc28a028d2414a5c5f57a46df08afc5" and "0a8b3e1496a489240caf344719726d0ea0afb40d" have entirely different histories.
765dde3f0f
...
0a8b3e1496
3 changed files with 2 additions and 10 deletions
|
|
@ -69,12 +69,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.libvirtd.enable = true;
|
|
||||||
|
|
||||||
users.users.eve = {
|
|
||||||
extraGroups = [ "libvirtd" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
# We were having weird build errors so this is disabled right now
|
# We were having weird build errors so this is disabled right now
|
||||||
# error: The option `devices.emergent.folders.eve_records.path' was accessed but has no value defined. Try setting the option
|
# error: The option `devices.emergent.folders.eve_records.path' was accessed but has no value defined. Try setting the option
|
||||||
|
|
@ -115,8 +109,6 @@
|
||||||
# See https://search.nixos.org/packages for all options
|
# See https://search.nixos.org/packages for all options
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget
|
wget
|
||||||
gnome-boxes
|
|
||||||
libvirt
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Packages that need to be installed with some extra configuration
|
# Packages that need to be installed with some extra configuration
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" "wacom" "kvm" "kvm_amd"];
|
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" "wacom"];
|
||||||
boot.initrd.kernelModules = [];
|
boot.initrd.kernelModules = [];
|
||||||
boot.kernelModules = [];
|
boot.kernelModules = [];
|
||||||
boot.extraModulePackages = [];
|
boot.extraModulePackages = [];
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
videoDrivers = ["nvidia"];
|
videoDrivers = ["nvidia"];
|
||||||
};
|
};
|
||||||
# Use X instead of wayland
|
# Use X instead of wayland
|
||||||
displayManager.gdm.wayland = true;
|
displayManager.gdm.wayland = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.nvidia = {
|
hardware.nvidia = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue