server7: remove /var from manual mounting

This commit is contained in:
Astro 2023-03-06 23:37:44 +01:00
parent 6ca27604b6
commit 698fca39be
1 changed files with 0 additions and 6 deletions

View File

@ -31,12 +31,6 @@
options = [ "zfsutil" ];
};
fileSystems."/var" =
{ device = "server7-nvme/nixos/var";
fsType = "zfs";
options = [ "zfsutil" ];
};
fileSystems."/nix/store" =
{ device = "server7-nvme/nixos/nix/store";
fsType = "zfs";