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