Actually properly seed the flake in images
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user