diff --git a/systems/kami/hardware.nix b/systems/kami/hardware.nix index 9a1de9d..933fb76 100644 --- a/systems/kami/hardware.nix +++ b/systems/kami/hardware.nix @@ -25,8 +25,6 @@ zramSwap.enable = true; - boot.supportedFilesystems = ["zfs"]; - fileSystems = { "/" = { device = "/dev/disk/by-uuid/99a47ace-7e69-4520-b914-d4fe5b31dc79"; @@ -46,6 +44,10 @@ fsType = "ntfs"; options = [ "rw" "uid=1000"]; }; + "/media/zfs" = { + device = "jopejoe1"; + fsType = "zfs"; + }; }; swapDevices = [ ];