aboutsummaryrefslogtreecommitdiff
path: root/modules/private/system/eldiron.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/system/eldiron.nix')
-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}