aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-25 01:18:02 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-25 01:18:02 +0200
commit61ebe69b4b2d88bf627f53141288600f7562c750 (patch)
tree20ab0e1b556d47272f78be41b415d56877d5487f /modules
parentd5d97b8b57457989ff3a0fa38229a98482d33f65 (diff)
downloadNix-61ebe69b4b2d88bf627f53141288600f7562c750.tar.gz
Nix-61ebe69b4b2d88bf627f53141288600f7562c750.tar.zst
Nix-61ebe69b4b2d88bf627f53141288600f7562c750.zip
Upgrade system and state to latest version (noop for state)
Diffstat (limited to 'modules')
-rw-r--r--modules/private/system/eldiron.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/private/system/eldiron.nix b/modules/private/system/eldiron.nix
index b71df33..48cba0c 100644
--- a/modules/private/system/eldiron.nix
+++ b/modules/private/system/eldiron.nix
@@ -59,5 +59,6 @@
59 # to be compatible, in order to avoid breaking some software such as 59 # to be compatible, in order to avoid breaking some software such as
60 # database servers. You should change this only after NixOS release 60 # database servers. You should change this only after NixOS release
61 # notes say you should. 61 # notes say you should.
62 system.stateVersion = "18.09"; # Did you read the comment? 62 # https://nixos.org/nixos/manual/release-notes.html
63 system.stateVersion = "19.03"; # Did you read the comment?
63} 64}