diff --git a/hardware/vison14.nix b/hardware/vison14.nix index 85ed6d9..cf4b406 100644 --- a/hardware/vison14.nix +++ b/hardware/vison14.nix @@ -22,17 +22,17 @@ in { ]; fileSystems."/" = - { device = "tank/root/nixos"; + { device = "private/root/nixos"; fsType = "zfs"; }; fileSystems."/home" = - { device = "tank/root/home"; + { device = "private/root/home"; fsType = "zfs"; }; fileSystems."/tmp" = - { device = "tank/root/tmp"; + { device = "private/root/tmp"; fsType = "zfs"; };