mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49: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
|
|
```
|