qemu-guestagent + hostname fix

This commit is contained in:
Lyn 2024-01-24 12:38:42 +01:00
parent fb47de0585
commit 2e8663f7b6

View file

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