diff --git a/hardware-configuration.nix b/hardware-configuration.nix index c7f6a44..907f675 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -8,8 +8,8 @@ [ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "uhci_hcd" "ehci_pci" "ata_piix" "pata_jmicron" "usbhid" "usb_storage" "floppy" "sd_mod" ]; - boot.initrd.kernelModules = [ "dm-snapshot" ]; + boot.initrd.availableKernelModules = [ "uhci_hcd" "ehci_pci" "ata_piix" "pata_jmicron" "usbhid" "floppy" "sd_mod" ]; + boot.initrd.kernelModules = [ ]; boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; @@ -17,6 +17,11 @@ { device = "/dev/disk/by-uuid/a0be6182-8c58-4cac-b2c4-58148b1847e8"; fsType = "ext4"; }; + fileSystems."/mnt/movies" = + { device = "/dev/disk/by-uuid/f3463885-fde8-4488-9442-37ced2b2c8f3"; + fsType = "ext4"; + }; + swapDevices = [ ];