Actually properly seed the flake in images

This commit is contained in:
2026-05-25 12:16:45 +02:00
parent df5f26a9e4
commit 4c6dceee1f
+1
View File
@@ -82,6 +82,7 @@ pkgs.writeShellApplication {
sudo cp flake.nix configuration.nix hardware-configuration.nix "$TARGET_FLAKE_DIR/"
sudo cp -r pkgs "$TARGET_FLAKE_DIR/"
sudo cp -r modules "$TARGET_FLAKE_DIR/"
echo "=> Securing permissions and initializing Git repo..."
sudo git -C "$TARGET_FLAKE_DIR" init -b main