qemu-guestagent + hostname fix

This commit is contained in:
Lyn 2024-01-24 12:38:42 +01:00
parent fef523897d
commit fbbdc20ce6

View file

@ -22,7 +22,7 @@
#boot.loader.grub.enable = true;
#boot.loader.grub.device = "/dev/sda";
networking.hostName = "gitea"; # Define your hostname.
networking.hostName = "forgojo"; # Define your hostname.
# Set your time zone.
time.timeZone = "Europe/Berlin";
@ -73,7 +73,9 @@
PermitRootLogin = "no";
PasswordAuthentication = false;
};
#enable qemu-guestagent
services.qemuGuest.enable = true;
openFirewall = true;
};