aboutsummaryrefslogtreecommitdiff
path: root/upgrade_nixos
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-04-21 22:57:55 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-04-21 22:57:55 +0200
commitc430d8eaf1d091ad27e842c0000b77d87d791da6 (patch)
treec50e276da7fbe7a9b81548e65b72e3bf2a3621a1 /upgrade_nixos
parentc99c0ffd30c3a6f3ea67323437f1a9773c3e283e (diff)
downloadnixcfg-c430d8eaf1d091ad27e842c0000b77d87d791da6.tar.gz
nixcfg-c430d8eaf1d091ad27e842c0000b77d87d791da6.zip
Start refactor
Diffstat (limited to 'upgrade_nixos')
-rwxr-xr-xupgrade_nixos11
1 files changed, 0 insertions, 11 deletions
diff --git a/upgrade_nixos b/upgrade_nixos
deleted file mode 100755
index fd6cc62..0000000
--- a/upgrade_nixos
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env ./sshtool
-
-cmd nix-channel --add https://nixos.org/channels/nixos-21.11 nixos
-cmd nix-channel --update
-cmd nixos-rebuild boot
-
-if [ "$REBOOT_NODES" = "yes" ]; then
- cmd reboot
-else
- message "Node will not reboot, use \"REBOOT_NODES=yes $CMDFILE\" to reboot nodes when they finish upgrading."
-fi