formatting

This commit is contained in:
Rouven Seifert 2024-02-03 20:03:45 +01:00
parent 175e2750ce
commit 7e2dc399bb
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -12,8 +12,8 @@ in
networking = { networking = {
# portunus module does weird things to this, so we force it to some sane values # portunus module does weird things to this, so we force it to some sane values
hosts = { hosts = {
"127.0.0.1" = lib.mkForce ["quitte.ifsr.de" "quitte" ]; "127.0.0.1" = lib.mkForce [ "quitte.ifsr.de" "quitte" ];
"::1" = lib.mkForce ["quitte.ifsr.de" "quitte" ]; "::1" = lib.mkForce [ "quitte.ifsr.de" "quitte" ];
}; };
hostId = "a71c81fc"; hostId = "a71c81fc";
domain = "ifsr.de"; domain = "ifsr.de";