about summary refs log tree commit diff stats
path: root/bootstrap/02_setup
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/02_setup')
-rwxr-xr-xbootstrap/02_setup5
1 files changed, 2 insertions, 3 deletions
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