x220 zfs rename

This commit is contained in:
foosinn 2021-11-12 22:46:42 +01:00
parent e4a06a40d4
commit d10bad91b8

View file

@ -16,17 +16,17 @@ in {
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
fileSystems."/" = fileSystems."/" =
{ device = "tank/root/nixos"; { device = "cube/root/nixos";
fsType = "zfs"; fsType = "zfs";
}; };
fileSystems."/home" = fileSystems."/home" =
{ device = "tank/root/home"; { device = "cube/home";
fsType = "zfs"; fsType = "zfs";
}; };
fileSystems."/boot" = fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/1339-E59C"; { device = "/dev/disk/by-uuid/2AD7-4F18";
fsType = "vfat"; fsType = "vfat";
}; };