feat: use sops-nix bc it has better docs than agenix and git-crypt still leaks to the store
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{
|
||||
sops.secrets.dyndns = {
|
||||
format = "dotenv";
|
||||
sopsFile = ./dyndns.env;
|
||||
mode = "0400";
|
||||
owner = config.systemd.services.dyndns.serviceConfig.User;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user