diff options
author | EuAndreh <eu@euandre.org> | 2018-07-05 22:49:19 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-05 22:49:19 -0300 |
commit | a429d306ed862c7f9f40c424f5e104d7c67ee70e (patch) | |
tree | 706f339ddcfa403ab5452f7872e603e39edca96c | |
parent | Enable Gnome keyring for andreh user (diff) | |
download | dotfiles-a429d306ed862c7f9f40c424f5e104d7c67ee70e.tar.gz dotfiles-a429d306ed862c7f9f40c424f5e104d7c67ee70e.tar.xz |
Upgrade NixOS stateVersion
-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 69c6131..a98b36b 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -316,5 +316,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.nixos.stateVersion = "17.09"; # Did you read the comment? + system.stateVersion = "18.03"; # Did you read the comment? } |