summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-07-15 12:54:10 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-07-15 12:54:10 +0200
commit9c415af0c77581cea138c7bd4e229ee9d2dd8aa5 (patch)
tree52bd8bf05750cbfa58bbd3681aa697f418022130
parent2ce47665ae600e107925a89c01f06050df82331f (diff)
downloadnixos-9c415af0c77581cea138c7bd4e229ee9d2dd8aa5.tar
nixos-9c415af0c77581cea138c7bd4e229ee9d2dd8aa5.tar.gz
nixos-9c415af0c77581cea138c7bd4e229ee9d2dd8aa5.tar.bz2
nixos-9c415af0c77581cea138c7bd4e229ee9d2dd8aa5.tar.xz
nixos-9c415af0c77581cea138c7bd4e229ee9d2dd8aa5.zip
rename stateVersion
-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}