about summary refs log tree commit diff stats
path: root/bootstrap/02_setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/02_setup.sh')
-rwxr-xr-xbootstrap/02_setup.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap/02_setup.sh b/bootstrap/02_setup.sh
index 44368f69..7b539c52 100755
--- a/bootstrap/02_setup.sh
+++ b/bootstrap/02_setup.sh
@@ -16,8 +16,8 @@ chown 1000:100 --recursive /mnt/srv/home
 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'
-        ;;
-    *) ;;
+"yes")
+    nix run "git+https://codeberg.org/soispha/nixos-config#config_setup" --experimental-features 'nix-command flakes'
+    ;;
+*) ;;
 esac