more shared fs config

This commit is contained in:
Christoph Cullmann 2023-01-15 20:43:15 +01:00
parent 73c8db5b7c
commit 55ccddb352
4 changed files with 12 additions and 30 deletions

View file

@ -13,16 +13,6 @@
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
fileSystems."/nix" =
{ device = "zroot/nix";
fsType = "zfs";
};
fileSystems."/home" =
{ device = "zroot/home";
fsType = "zfs";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/9CF2-12FF";
fsType = "vfat";