From 0b720343053dd0f67faa53698ebe748fbeddc6b3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 25 Apr 2024 15:55:54 -0300 Subject: Revert "Remove Nix/NixOS support from configuration and utilities" This reverts commit 3b2d27457db9ef8911893fa1b843560f1ccab2eb. --- bin/reconfigure | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bin/reconfigure') 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 -- cgit v1.2.3