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