updated mounts
Check NixOS configurations / eval-hosts (push) Failing after 14m18s

This commit is contained in:
2026-07-15 12:59:08 +10:00
parent fdc4ea4596
commit 13b0c028a1
+7 -7
View File
@@ -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" ];