aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-01 01:06:41 -0300
committerEuAndreh <eu@euandre.org>2019-05-01 01:06:41 -0300
commit5f49c90603a6b9072ed45b46fdc09af199175f48 (patch)
tree95b510914b395a183b295bace6bd525f6df2437d /nixos
parentDisable Guix daemon in configuration.nix. (diff)
downloaddotfiles-5f49c90603a6b9072ed45b46fdc09af199175f48.tar.gz
dotfiles-5f49c90603a6b9072ed45b46fdc09af199175f48.tar.xz
Update system.stateVersion from 18.09 to 19.03.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix
index 897212a..687e8e3 100644
--- a/nixos/configuration.nix
+++ b/nixos/configuration.nix
@@ -484,5 +484,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.stateVersion = "18.09"; # Did you read the comment?
+ system.stateVersion = "19.03"; # Did you read the comment?
}