more shared fs config
This commit is contained in:
parent
73c8db5b7c
commit
55ccddb352
4 changed files with 12 additions and 30 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue