summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ullr.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ullr.nix b/ullr.nix
index 87766899..00efb8b7 100644
--- a/ullr.nix
+++ b/ullr.nix
@@ -19,7 +19,7 @@
19 # replicates the default behaviour. 19 # replicates the default behaviour.
20 networking = { 20 networking = {
21 domain = "yggdrasil.li"; 21 domain = "yggdrasil.li";
22 hostname = "ullr"; 22 hostName = "ullr";
23 23
24 useDHCP = false; 24 useDHCP = false;
25 enableIPv6 = true; 25 enableIPv6 = true;