mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat: meiling
This commit is contained in:
parent
dd30009b7e
commit
47ca22ff47
30 changed files with 431 additions and 70 deletions
|
|
@ -28,7 +28,7 @@ deploy -s .#<hostname>
|
|||
# with trace
|
||||
deploy -s .#<hostname> -- --show-trace
|
||||
# deploy a fresh container
|
||||
deploy -s .#<hostname> --hostname ct.local
|
||||
deploy -s .#<hostname> --hostname ct-reisen.local
|
||||
```
|
||||
|
||||
## Editing Secrets
|
||||
|
|
@ -42,7 +42,7 @@ sops nixos/systems/tewi/secrets.yaml
|
|||
```shell
|
||||
nf-sops-keyscan <hostname>
|
||||
# or on a fresh container...
|
||||
nf-sops-keyscan ct.local
|
||||
nf-sops-keyscan ct-reisen.local
|
||||
vim .sops.yaml
|
||||
for nfsecret in access nix; do sops updatekeys nixos/secrets/$nfsecret.yaml; done
|
||||
```
|
||||
|
|
@ -60,7 +60,7 @@ nf-tf init -upgrade
|
|||
### Template
|
||||
|
||||
```shell
|
||||
nf-tarball ct
|
||||
nf-tarball ct-reisen
|
||||
```
|
||||
|
||||
[docs-badge]: https://img.shields.io/badge/API-docs-blue.svg?style=flat-square
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue