diff options
author | EuAndreh <eu@euandre.org> | 2020-09-22 19:12:23 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-09-22 19:12:23 -0300 |
commit | 03b6f5a8696788a16ff420df235765ebacfd1ce9 (patch) | |
tree | a87c286dbdd90b8a7649d0a52d3abe45869553a0 /vps-configuration.nix | |
parent | Move shell aliases into vps-configuration.nix (diff) | |
download | toph-03b6f5a8696788a16ff420df235765ebacfd1ce9.tar.gz toph-03b6f5a8696788a16ff420df235765ebacfd1ce9.tar.xz |
Use nixos-unstable channel YOLO!!!
Diffstat (limited to 'vps-configuration.nix')
-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 cc7cf3b..4dacc7a 100644 --- a/vps-configuration.nix +++ b/vps-configuration.nix @@ -290,5 +290,5 @@ in { }; }; - system.stateVersion = envsubstConfiguration.systemStateVersion; + system.stateVersion = "20.03"; } |