diff options
author | EuAndreh <eu@euandre.org> | 2020-11-02 17:25:39 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-11-02 17:25:39 -0300 |
commit | fbf6f372825bd4b23125c719dc4661a7df750a4c (patch) | |
tree | c3d77309458aaa0d48a0f2a1cfd6d4740dd767e0 | |
parent | README: Rename nixos-update.sh -> nixos-switch.sh (diff) | |
download | toph-fbf6f372825bd4b23125c719dc4661a7df750a4c.tar.gz toph-fbf6f372825bd4b23125c719dc4661a7df750a4c.tar.xz |
vps-configuration.nix: Upgrade systemState version
-rw-r--r-- | vps-configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vps-configuration.nix b/vps-configuration.nix index 3cf62bc..0d725ba 100644 --- a/vps-configuration.nix +++ b/vps-configuration.nix @@ -265,7 +265,7 @@ in { }; system = { - stateVersion = "20.03"; + stateVersion = "20.09"; autoUpgrade = { enable = true; allowReboot = true; |