mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
16 lines
211 B
Markdown
16 lines
211 B
Markdown
# nixfiles
|
|
|
|
## Build and Deploy
|
|
|
|
```shell
|
|
:; nf-deploy build
|
|
# switch without committing to it...
|
|
:; nf-deploy test
|
|
:; nf-deploy switch
|
|
```
|
|
|
|
## Editing Secrets
|
|
|
|
```shell
|
|
sops nixos/systems/tewi/secrets.yaml
|
|
```
|