aboutsummaryrefslogtreecommitdiff
path: root/bin/reconfigure
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reconfigure')
-rwxr-xr-xbin/reconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/reconfigure b/bin/reconfigure
index 2df3ee7..14a8629 100755
--- a/bin/reconfigure
+++ b/bin/reconfigure
@@ -21,6 +21,7 @@ help() {
Switches the system:
- reconfigure the Guix "home" environment;
- Guix "system" if it exists;
+ - NixOS if it exists.
Examples:
@@ -94,6 +95,11 @@ pass show "$(hostname)"/andreh |
head -n1 |
sudo -ES guix system -v3 reconfigure "$XDG_CONFIG_HOME"/guix/system.scm
+if [ -e /etc/nixos/configuration.nix ]; then
+ pass show "$HOSTNAME"/andreh |
+ head -n1 |
+ sudo -S nixos-rebuild switch
+fi
bins > /dev/null