diff --git a/config/nixos-8gb-fsn1-1.nix b/config/nixos-8gb-fsn1-1.nix index 99d25c25..c62e9ad5 100644 --- a/config/nixos-8gb-fsn1-1.nix +++ b/config/nixos-8gb-fsn1-1.nix @@ -14,6 +14,12 @@ boot.supportedFilesystems = [ "zfs" ]; boot.kernelParams = ["zfs_force=1"]; # Remove after next boot + fileSystems."/" = + { device = "tank/nixos"; + fsType = "zfs"; + options = [ "zfsutil" ]; + }; + fileSystems."/nix" = { device = "tank/nixos/nix"; fsType = "zfs";