diff --git a/hardware-configuration.nix b/hardware-configuration.nix index eb96fdf..ea97e53 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -21,7 +21,10 @@ { device = "/dev/disk/by-uuid/f3463885-fde8-4488-9442-37ced2b2c8f3"; fsType = "ext4"; }; - + fileSystems."/pool" = { + device = "/dev/pool1/vol1"; + fsType = "ext4"; + }; swapDevices = [ ];