feat: use sops-nix bc it has better docs than agenix and git-crypt still leaks to the store

This commit is contained in:
2026-02-12 11:15:27 +01:00
parent 9d92c0bbd8
commit ef87477cef
9 changed files with 58 additions and 3 deletions
+12
View File
@@ -0,0 +1,12 @@
{
config,
...
}:
{
sops.secrets.dyndns = {
format = "dotenv";
sopsFile = ./dyndns.env;
mode = "0400";
owner = config.systemd.services.dyndns.serviceConfig.User;
};
}