diff options
author | EuAndreh <eu@euandre.org> | 2018-05-27 20:06:40 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-05-27 20:06:40 -0300 |
commit | 1db34eb60bbbe1f9407e36ffb17398932d5139e4 (patch) | |
tree | 9bc758ab18a157403a644f78d7782e470547a24c /nixos | |
parent | Update spacemacs generated list (diff) | |
download | dotfiles-1db34eb60bbbe1f9407e36ffb17398932d5139e4.tar.gz dotfiles-1db34eb60bbbe1f9407e36ffb17398932d5139e4.tar.xz |
Update configuration.nix system.nixos.stateVersion
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index a6d2cae..d2b35e1 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -300,5 +300,5 @@ # compatible, in order to avoid breaking some software such as database # servers. You should change this only after NixOS release notes say you # should. - system.stateVersion = "17.09"; # Did you read the comment? + system.nixos.stateVersion = "17.09"; # Did you read the comment? } |