From c87e02acba268f032a3cc7b0f6eafc1cec3bafce Mon Sep 17 00:00:00 2001 From: foosinn Date: Fri, 8 Oct 2021 00:34:00 +0200 Subject: [PATCH] rename zfs to not conflict with work --- hardware/vison14.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"; };