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 11:05:05 +0200
committerSoispha <soispha@vhack.eu>2023-07-10 16:44:17 +0200
commit9a76c7c7db5a1bf1952ff91dd757666903bf5236 (patch)
treeb52e00fe75d8f7fc99509097795b307b0bfcc4f3 /bootstrap/01_activate
parentFix(system/disks): Make ESP bootable (diff)
downloadnixos-config-9a76c7c7db5a1bf1952ff91dd757666903bf5236.zip
Fix(bootstrap): Finished scripts
Diffstat (limited to '')
-rwxr-xr-xbootstrap/01_activate2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/01_activate b/bootstrap/01_activate
index b5195d3c..b46e9145 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
+nix run github:nix-community/disko -- --flake "git+https://codeberg.org/soispha/nixos-config#$NIX_HOST" --mode mount --experimental-features 'nix-command flakes';
 
 msg "Finished mounting"