aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-07-05 22:49:19 -0300
committerEuAndreh <eu@euandre.org>2018-07-05 22:49:19 -0300
commita429d306ed862c7f9f40c424f5e104d7c67ee70e (patch)
tree706f339ddcfa403ab5452f7872e603e39edca96c
parentEnable Gnome keyring for andreh user (diff)
downloaddotfiles-a429d306ed862c7f9f40c424f5e104d7c67ee70e.tar.gz
dotfiles-a429d306ed862c7f9f40c424f5e104d7c67ee70e.tar.xz
Upgrade NixOS stateVersion
-rw-r--r--nixos/configuration.nix2
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?
}