From eb6a837828134ef034a6ee9b0feec197c52f8bc7 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 2 Jul 2023 13:01:36 +0200 Subject: Fix(bootstrap): Only set environment variables once --- bootstrap/02_setup | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bootstrap/02_setup') diff --git a/bootstrap/02_setup b/bootstrap/02_setup index 68affe85..48109d43 100755 --- a/bootstrap/02_setup +++ b/bootstrap/02_setup @@ -17,8 +17,7 @@ chmod 700 /mnt/srv/home case "$SETUP_TO_CONFIG_SETUP" in "yes") - nix run "git+https://codeberg.org/soispha/nixos-config#config_setup" --experimental-features 'nix-command flakes'; - ;; - *) + nix run "git+https://codeberg.org/soispha/nixos-config#config_setup" --experimental-features 'nix-command flakes' ;; + *) ;; esac -- cgit 1.4.1