Remove duplicate definition of hostname

This commit is contained in:
2021-09-07 21:44:04 +02:00
parent 7e74ff0892
commit c33c04987f

View File

@@ -33,9 +33,6 @@
# Cleanup tmp on startup # Cleanup tmp on startup
boot.cleanTmpDir = true; boot.cleanTmpDir = true;
# Set hostname
networking.hostName = "aegis";
# Create coace user # Create coace user
users.users.coace = { users.users.coace = {
isNormalUser = true; isNormalUser = true;