diff --git a/hosts/odyssey/hardware-configuration.nix b/hosts/odyssey/hardware-configuration.nix index 7847dcd..194c506 100644 --- a/hosts/odyssey/hardware-configuration.nix +++ b/hosts/odyssey/hardware-configuration.nix @@ -44,6 +44,11 @@ in { fsType = "zfs"; }; + fileSystems."/nix" = + { device = "rpool/local/nix"; + fsType = "zfs"; + }; + fileSystems."/tmp" = { device = "rpool/local/tmp"; fsType = "zfs";