qemu-guestagent + hostname fix

This commit is contained in:
Lyn 2024-01-24 12:38:42 +01:00
parent 5c75b27fe5
commit 08501fb057

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,6 +73,8 @@
PermitRootLogin = "no";
PasswordAuthentication = false;
};
#enable qemu-guestagent
services.qemuGuest.enable = true;
openFirewall = true;