Archived
remove file systems. they are defined in disko
This commit is contained in:
@@ -13,14 +13,14 @@
|
|||||||
boot.kernelModules = [ ];
|
boot.kernelModules = [ ];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
|
||||||
fileSystems."/" =
|
# fileSystems."/" =
|
||||||
{ device = "/dev/sda";
|
# { device = "/dev/sda";
|
||||||
fsType = "ext4";
|
# fsType = "ext4";
|
||||||
};
|
# };
|
||||||
|
|
||||||
swapDevices =
|
# swapDevices =
|
||||||
[ { device = "/dev/sdb"; }
|
# [ { device = "/dev/sdb"; }
|
||||||
];
|
# ];
|
||||||
|
|
||||||
# Enable LISH
|
# Enable LISH
|
||||||
boot.kernelParams = [ "console=ttyS0,19200n8" ];
|
boot.kernelParams = [ "console=ttyS0,19200n8" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user