Set hostname

This commit is contained in:
coolneng 2019-10-15 00:18:57 +02:00
parent 8fa91dabf1
commit 96692e549d
1 changed files with 7 additions and 1 deletions

View File

@ -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";
}