about summary refs log tree commit diff stats
path: root/bootstrap/01_activate
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-02 14:28:30 +0200
committerSoispha <soispha@vhack.eu>2023-07-10 16:44:26 +0200
commitd58fa72a1288a2b2a8453d16343b23e5c7835044 (patch)
tree4b572ca9093acf9f9fb04551719c71fb90fa5458 /bootstrap/01_activate
parentFix(hosts/apzu): Update disk to new disko install (diff)
downloadnixos-config-d58fa72a1288a2b2a8453d16343b23e5c7835044.tar.gz
nixos-config-d58fa72a1288a2b2a8453d16343b23e5c7835044.zip
Fix(bootstrap): Specify experimental-features before arguments to disko
Diffstat (limited to 'bootstrap/01_activate')
-rwxr-xr-xbootstrap/01_activate2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/01_activate b/bootstrap/01_activate
index 32bdfe28..0b512471 100755
--- a/bootstrap/01_activate
+++ b/bootstrap/01_activate
@@ -5,7 +5,7 @@ SHELL_LIBRARY_VERSION="1.1.4" . %SHELL_LIBRARY_PATH
 
 . %SCRIPT_ENSURE_CONFIG_VARIABLES
 
-nix run github:nix-community/disko -- --flake "git+https://codeberg.org/soispha/nixos-config#$NIX_HOST" --mode mount --experimental-features 'nix-command flakes'
+nix run github:nix-community/disko --experimental-features 'nix-command flakes' -- --flake "git+https://codeberg.org/soispha/nixos-config#$NIX_HOST" --mode mount
 
 msg "Finished mounting"