chore(modules/nixos): adjsut boot.loader.timeout

This commit is contained in:
Ryan Yin
2024-08-26 20:56:45 +08:00
parent 00b6f97ddd
commit a02097f7d7
6 changed files with 10 additions and 6 deletions

View File

@@ -32,7 +32,7 @@
boot.kernelParams = ["console=ttyS0"];
boot.loader.grub.device = "/dev/vda";
services.qemuGuest.enable = true;
services.qemuGuest.enable = true; # qemu-guest-agent
services.openssh.enable = true;
# we configure the host via nixos itself, so we don't need the cloud-init
services.cloud-init.enable = lib.mkForce false;