diff options
author | EuAndreh <eu@euandre.org> | 2019-05-01 01:06:41 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-01 01:06:41 -0300 |
commit | 5f49c90603a6b9072ed45b46fdc09af199175f48 (patch) | |
tree | 95b510914b395a183b295bace6bd525f6df2437d /nixos/configuration.nix | |
parent | Disable Guix daemon in configuration.nix. (diff) | |
download | dotfiles-5f49c90603a6b9072ed45b46fdc09af199175f48.tar.gz dotfiles-5f49c90603a6b9072ed45b46fdc09af199175f48.tar.xz |
Update system.stateVersion from 18.09 to 19.03.
Diffstat (limited to 'nixos/configuration.nix')
-rw-r--r-- | nixos/configuration.nix | 2 |
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? } |