mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-27 19:27:05 +02:00
chore(modules/nixos): adjsut boot.loader.timeout
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user