Set hostname
This commit is contained in:
parent
8fa91dabf1
commit
96692e549d
|
@ -30,5 +30,11 @@
|
|||
|
||||
# Configure basic SSH access
|
||||
services.openssh.enable = true;
|
||||
services.openssh.permitRootLogin = true;
|
||||
services.openssh.permitRootLogin = "yes";
|
||||
|
||||
# Cleanup tmp on startup
|
||||
boot.cleanTmpDir = true;
|
||||
|
||||
# Set hostname
|
||||
networking.hostName = "zion";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue