Remove duplicate definition of hostname
This commit is contained in:
parent
7e74ff0892
commit
c33c04987f
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue