summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/hel.nix b/hel.nix
index bc65d25d..27ffe976 100644
--- a/hel.nix
+++ b/hel.nix
@@ -21,8 +21,6 @@
21 ./utils/nix/module.nix 21 ./utils/nix/module.nix
22 ]; 22 ];
23 23
24 system.stateVersion = "16.09";
25
26 networking = { 24 networking = {
27 hostName = "hel"; 25 hostName = "hel";
28 domain = "midgard.yggdrasil"; 26 domain = "midgard.yggdrasil";
@@ -566,4 +564,8 @@
566 git -C /etc/nixos reset --hard origin/master 564 git -C /etc/nixos reset --hard origin/master
567 ''; 565 '';
568 }; 566 };
567
568 system.nixos = {
569 stateVersion = "16.09";
570 };
569} 571}