updated mounts

This commit is contained in:
2026-07-15 12:59:08 +10:00
parent 8734b23746
commit 4728982c05
+7 -7
View File
@@ -14,14 +14,14 @@
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
boot.loader.grub.device = "/dev/sda"; boot.loader.grub.device = "/dev/sda";
# 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" ];