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
4 changed files with 12 additions and 7 deletions

9
flake.lock generated
View file

@ -170,10 +170,11 @@
]
},
"locked": {
"lastModified": 1742912717,
"narHash": "sha256-jKDVM4hLzNwYpg1/at53B2LZIEEvey1UUIi5cR8wNVQ=",
"rev": "80b04cd406adc46357888614ecc3f467b85ab8fa",
"revCount": 15,
"lastModified": 1743779182,
"narHash": "sha256-0wQ+22g6dfnIBIvw2Mji37R7OmCMrmqcp/4zSLQRKSQ=",
"ref": "refs/heads/main",
"rev": "8e7ec0d7f4a571a55d0e6b99fcd6f85fea474f1e",
"revCount": 16,
"type": "git",
"url": "file:./private"
},

View file

@ -2,9 +2,13 @@
## Operations {#\_operations}
Reboot requires passphrase (see pass `host/lindberg/hdd_luks`)
Reboot requires passphrase:
```bash
# Get passphrase
sops decrypt --extract '["system"]["hdd"]' private/nixos-configurations/lindberg/secrets.sops.yaml
# Insert passphrase:
ssh -p 2222 root@lindberg.riedbach-ext.net.qo.is
```

View file

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

@ -1 +1 @@
Subproject commit 80b04cd406adc46357888614ecc3f467b85ab8fa
Subproject commit 8e7ec0d7f4a571a55d0e6b99fcd6f85fea474f1e