diff options
author | Alex Auvolat <alex@adnab.me> | 2022-07-27 11:18:23 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-07-27 11:18:23 +0200 |
commit | 7d7efab9ee6b45b62e8966bbb56a5cf90397b179 (patch) | |
tree | e0e33e167bf1baaf567e419769684890476b9ee9 /upgrade_nixos | |
parent | 2453a45c740a8d5bdcc090495429c17ed4701cac (diff) | |
download | nixcfg-7d7efab9ee6b45b62e8966bbb56a5cf90397b179.tar.gz nixcfg-7d7efab9ee6b45b62e8966bbb56a5cf90397b179.zip |
Update to nixos 22.05
Diffstat (limited to 'upgrade_nixos')
-rwxr-xr-x | upgrade_nixos | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade_nixos b/upgrade_nixos index fd6cc62..1297a2b 100755 --- a/upgrade_nixos +++ b/upgrade_nixos @@ -1,6 +1,6 @@ #!/usr/bin/env ./sshtool -cmd nix-channel --add https://nixos.org/channels/nixos-21.11 nixos +cmd nix-channel --add https://nixos.org/channels/nixos-22.05 nixos cmd nix-channel --update cmd nixos-rebuild boot |