rename zfs to not conflict with work

This commit is contained in:
foosinn 2021-10-08 00:34:00 +02:00
parent 1866ce4ea9
commit c87e02acba

View file

@ -22,17 +22,17 @@ in {
]; ];
fileSystems."/" = fileSystems."/" =
{ device = "tank/root/nixos"; { device = "private/root/nixos";
fsType = "zfs"; fsType = "zfs";
}; };
fileSystems."/home" = fileSystems."/home" =
{ device = "tank/root/home"; { device = "private/root/home";
fsType = "zfs"; fsType = "zfs";
}; };
fileSystems."/tmp" = fileSystems."/tmp" =
{ device = "tank/root/tmp"; { device = "private/root/tmp";
fsType = "zfs"; fsType = "zfs";
}; };