From 3b2d27457db9ef8911893fa1b843560f1ccab2eb Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 12 Jan 2024 08:45:53 -0300 Subject: Remove Nix/NixOS support from configuration and utilities --- bin/reconfigure | 7 ------- 1 file changed, 7 deletions(-) (limited to 'bin/reconfigure') diff --git a/bin/reconfigure b/bin/reconfigure index 8e81855..58ed772 100755 --- a/bin/reconfigure +++ b/bin/reconfigure @@ -21,7 +21,6 @@ help() { Switches the system: - reconfigure the Guix "home" environment; - Guix "system" if it exists; - - NixOS if it exists. Examples: @@ -94,12 +93,6 @@ if [ -e /run/current-system/configuration.scm ]; then sudo -ES guix system -v3 reconfigure "$XDG_CONFIG_HOME"/guix/system.scm fi -if [ -e /etc/nixos/configuration.nix ]; then - pass show "$HOSTNAME"/andreh | - head -n1 | - sudo -S nixos-rebuild switch -fi - guix home -v3 reconfigure "$XDG_CONFIG_HOME"/guix/home.scm bins > /dev/null -- cgit v1.2.3