aboutsummaryrefslogtreecommitdiff
path: root/bin/reconfigure
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reconfigure')
-rwxr-xr-xbin/reconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reconfigure b/bin/reconfigure
index 7876acf..de31785 100755
--- a/bin/reconfigure
+++ b/bin/reconfigure
@@ -78,5 +78,5 @@ timeout "$TWO_HOURS" \
if [ -e /etc/nixos/configuration.nix ]; then
pass show "$HOSTNAME"/andreh |
head -n1 |
- sudo -S nixos-rebuild switch --upgrade
+ sudo -S nixos-rebuild switch
fi