summaryrefslogtreecommitdiffstats
path: root/machines/jormungand
diff options
context:
space:
mode:
authorDominique Martinet @ jormungand <asmadeus@codewreck.org>2020-09-28 12:56:23 +0200
committerDominique Martinet @ jormungand <asmadeus@codewreck.org>2020-09-29 13:45:04 +0200
commitb628dc26a0bdc7af83afcb66ffd078eccb6aa35f (patch)
tree0c378e40dd57f37c7eac7552ccd5436c96ba79ca /machines/jormungand
parentbbe8d15b5c787a1a3fb7568c9765353cf31f53d9 (diff)
20.09 upgrade: hostname must be short name
Diffstat (limited to 'machines/jormungand')
-rw-r--r--machines/jormungand/network.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/jormungand/network.nix b/machines/jormungand/network.nix
index a705c86..9b18869 100644
--- a/machines/jormungand/network.nix
+++ b/machines/jormungand/network.nix
@@ -6,7 +6,7 @@
../../profiles/wireguard.nix
];
- networking.hostName = "jormungand.codewreck.org";
+ networking.hostName = "jormungand";
networking.domain = "codewreck.org";
boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = "1";