wifi: Fix wifi_apply failing on boot

This commit is contained in:
Geoffrey Frogeye 2024-06-17 15:23:25 +02:00
parent 28ab3b0665
commit 6570e71eca
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
3 changed files with 7 additions and 1 deletions

View file

@ -13,6 +13,7 @@
nixos_flake="$(readlink -f /etc/nixos)"
if [ -f "$nixos_flake/flake.nix" ]
then
# TODO For extensions this only works on systems where the flake has been resolved
nix run "$nixos_flake#updateLocalFlakes" -- "$nixos_flake"
nix run "$nixos_flake#nixosRebuild" -- "$verb" "$@"
fi