Initial NixOS infra flake skeleton
This commit is contained in:
commit
9383d615d7
9 changed files with 267 additions and 0 deletions
11
secrets/README.md
Normal file
11
secrets/README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
Secrets are managed using sops + age.
|
||||
|
||||
This repo expects an encrypted file:
|
||||
secrets/secrets.yaml
|
||||
|
||||
It should contain:
|
||||
- nextcloud-adminpass
|
||||
- nextcloud-dbpass
|
||||
|
||||
On a target server you also need:
|
||||
/var/lib/sops-nix/key.txt (age private key)
|
||||
Loading…
Add table
Add a link
Reference in a new issue