feat: use git-crypt for secret config that is ok to be in the nix store

This commit is contained in:
2026-02-23 15:51:33 +01:00
parent 2f2140f9ae
commit 62955d98e5
4 changed files with 5 additions and 3 deletions
+4
View File
@@ -3,6 +3,10 @@
...
}:
{
imports = [
./secret-config.nix
];
sops.secrets.dyndns = {
format = "dotenv";
sopsFile = ./dyndns.env;
Binary file not shown.