From a429d306ed862c7f9f40c424f5e104d7c67ee70e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 5 Jul 2018 22:49:19 -0300 Subject: Upgrade NixOS stateVersion --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/configuration.nix') 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? } -- cgit v1.2.3