diff --git a/instances/freya/hardware-configuration.nix b/instances/freya/hardware-configuration.nix index a8549f0..c2e3456 100644 --- a/instances/freya/hardware-configuration.nix +++ b/instances/freya/hardware-configuration.nix @@ -4,7 +4,7 @@ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "xhci_pci" "uas" ]; + boot.initrd.availableKernelModules = [ "xhci_pci" "uas" "usb_storage" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; @@ -14,6 +14,11 @@ fsType = "ext4"; }; + fileSystems."/mnt/raid" = { + device = "/dev/disk/by-uuid/d3d487e9-4ed8-4a1e-9abc-ebb0c1dc80d9"; + fsType = "btrfs"; + }; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking