Update deploy flags and add lindberg hdd pw #55

Merged
fabianhauser merged 2 commits from update-deploy-flags into main 2025-04-12 17:49:30 +02:00
Showing only changes of commit 86a3ffc42d - Show all commits

View file

@ -9,6 +9,6 @@ writeShellApplication {
meta.description = "Deploy configuration to specificed targets."; meta.description = "Deploy configuration to specificed targets.";
runtimeInputs = [ deploy-rs ]; runtimeInputs = [ deploy-rs ];
text = '' text = ''
deploy --interactive --targets "''${@:-${flakeSelf}}" deploy --remote-build --skip-checks --interactive --targets "''${@:-${flakeSelf}}"
''; '';
} }