qemu-guestagent + hostname fix
This commit is contained in:
parent
fb47de0585
commit
2e8663f7b6
1 changed files with 4 additions and 2 deletions
|
@ -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,6 +73,8 @@
|
||||||
PermitRootLogin = "no";
|
PermitRootLogin = "no";
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
};
|
};
|
||||||
|
#enable qemu-guestagent
|
||||||
|
services.qemuGuest.enable = true;
|
||||||
|
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue