fix: root fs only ZFS, remove tmpfs conflict
This commit is contained in:
@ -13,10 +13,10 @@
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "tmpfs";
|
||||
fsType = "tmpfs";
|
||||
};
|
||||
# fileSystems."/" =
|
||||
# { device = "tmpfs";
|
||||
# fsType = "tmpfs";
|
||||
# };
|
||||
|
||||
fileSystems."/iso" =
|
||||
{ device = "/dev/disk/by-uuid/1980-01-01-00-00-00-00";
|
||||
|
Reference in New Issue
Block a user