feat: use git-crypt for secret config that is ok to be in the nix store
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./secret-config.nix
|
||||
];
|
||||
|
||||
sops.secrets.dyndns = {
|
||||
format = "dotenv";
|
||||
sopsFile = ./dyndns.env;
|
||||
|
||||
Reference in New Issue
Block a user