diff options
author | Soispha <soispha@vhack.eu> | 2023-07-02 11:05:05 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-10 16:44:17 +0200 |
commit | 9a76c7c7db5a1bf1952ff91dd757666903bf5236 (patch) | |
tree | b52e00fe75d8f7fc99509097795b307b0bfcc4f3 /bootstrap/01_activate | |
parent | Fix(system/disks): Make ESP bootable (diff) | |
download | nixos-config-9a76c7c7db5a1bf1952ff91dd757666903bf5236.zip |
Fix(bootstrap): Finished scripts
Diffstat (limited to '')
-rwxr-xr-x | bootstrap/01_activate | 2 |
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" |