qemu-guestagent + hostname fix
This commit is contained in:
parent
5c75b27fe5
commit
08501fb057
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue