zfs stuff - each device will need /etc/machineID
This commit is contained in:
parent
8c1cf58bef
commit
4188e0f003
@ -142,7 +142,10 @@
|
||||
./configuration.nix {
|
||||
services.xserver.videoDrivers = [ "modesetting" "displaylink" ];
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
networking.hostName = "knockout";
|
||||
networking = {
|
||||
hostName = "knockout";
|
||||
hostId = "499130bf";
|
||||
};
|
||||
sound.enable = true;
|
||||
}
|
||||
./modules/droidcam-obs.nix # only this machine
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.kernelModules = [ "kvm-intel" "zfs" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/" =
|
||||
|
Loading…
Reference in New Issue
Block a user