diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-13 00:17:29 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-13 00:17:29 +0200 |
commit | f85f78ca634f28ce28a80a6a404bf3820bd5a4db (patch) | |
tree | 173c8387115f2a30a5fa9f9bfedca8b745387f45 | |
parent | 420f7b257b8a3993c3714cd237a8267ade1530b5 (diff) | |
download | nixos-f85f78ca634f28ce28a80a6a404bf3820bd5a4db.tar nixos-f85f78ca634f28ce28a80a6a404bf3820bd5a4db.tar.gz nixos-f85f78ca634f28ce28a80a6a404bf3820bd5a4db.tar.bz2 nixos-f85f78ca634f28ce28a80a6a404bf3820bd5a4db.tar.xz nixos-f85f78ca634f28ce28a80a6a404bf3820bd5a4db.zip |
stateVersion on Hel
-rw-r--r-- | hel.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ | |||
14 | ./custom/tinc/def.nix | 14 | ./custom/tinc/def.nix |
15 | ]; | 15 | ]; |
16 | 16 | ||
17 | system.stateVersion = "16.09"; | ||
18 | |||
17 | networking = { | 19 | networking = { |
18 | hostName = "hel"; | 20 | hostName = "hel"; |
19 | wireless = { | 21 | wireless = { |