Initial NixOS infra flake skeleton

This commit is contained in:
Eli Fadi 2026-03-03 11:21:32 +01:00
commit 9383d615d7
9 changed files with 267 additions and 0 deletions

11
secrets/README.md Normal file
View 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)