movie drive

This commit is contained in:
admin 2024-03-03 09:19:19 +01:00
parent bd1a4c753a
commit 109551a5b7

View file

@ -8,8 +8,8 @@
[ (modulesPath + "/installer/scan/not-detected.nix") [ (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.availableKernelModules = [ "uhci_hcd" "ehci_pci" "ata_piix" "pata_jmicron" "usbhid" "floppy" "sd_mod" ];
boot.initrd.kernelModules = [ "dm-snapshot" ]; boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ]; boot.kernelModules = [ ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
@ -17,6 +17,11 @@
{ device = "/dev/disk/by-uuid/a0be6182-8c58-4cac-b2c4-58148b1847e8"; { device = "/dev/disk/by-uuid/a0be6182-8c58-4cac-b2c4-58148b1847e8";
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/mnt/movies" =
{ device = "/dev/disk/by-uuid/f3463885-fde8-4488-9442-37ced2b2c8f3";
fsType = "ext4";
};
swapDevices = [ ]; swapDevices = [ ];