mob next [ci-skip] [ci skip] [skip ci]

lastFile:machines/anser/configuration.nix
This commit is contained in:
2026-07-28 12:41:58 +07:00
parent cb3ca01887
commit 7f7b41a6bf
+9
View File
@@ -12,5 +12,14 @@
clan.core.settings.machine.description = ""; clan.core.settings.machine.description = "";
# imports = [ inputs.nixos-hardware ]; # imports = [ inputs.nixos-hardware ];
boot.loader.grub.enable = false;
boot.loader.generic-extlinux-compatible.enable = true;
hardware.enableRedistributableFirmware = true;
boot.kernelParams = [
"console=ttyS2,1500000n8"
"loglevel=4"
];
} }