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
+2 -1
View File
@@ -1,4 +1,5 @@
{
config,
pkgs,
...
}:
@@ -28,7 +29,7 @@ in
Type = "oneshot";
User = "dyndns";
ExecStart = "${pyenv.interpreter} ${./dyndns.py}";
EnvironmentFile = ./. + "/nc.env.secret";
EnvironmentFile = config.sops.secrets.dyndns.path;
};
};
}