remove file systems. they are defined in disko
Check NixOS configurations / eval-hosts (push) Failing after 14m22s

This commit is contained in:
2026-07-15 10:29:10 +10:00
parent 8e8183e371
commit a29efce29e
+7 -7
View File
@@ -13,14 +13,14 @@
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
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" ];