formatting
This commit is contained in:
parent
175e2750ce
commit
7e2dc399bb
|
@ -12,8 +12,8 @@ in
|
|||
networking = {
|
||||
# portunus module does weird things to this, so we force it to some sane values
|
||||
hosts = {
|
||||
"127.0.0.1" = lib.mkForce ["quitte.ifsr.de" "quitte" ];
|
||||
"::1" = lib.mkForce ["quitte.ifsr.de" "quitte" ];
|
||||
"127.0.0.1" = lib.mkForce [ "quitte.ifsr.de" "quitte" ];
|
||||
"::1" = lib.mkForce [ "quitte.ifsr.de" "quitte" ];
|
||||
};
|
||||
hostId = "a71c81fc";
|
||||
domain = "ifsr.de";
|
||||
|
|
Loading…
Reference in a new issue