further sops testing

This commit is contained in:
mc-fucker 2023-04-24 02:31:25 +02:00
parent 95519e0a48
commit 080c7b6e9e
2 changed files with 7 additions and 1 deletions

View file

@ -115,7 +115,7 @@ in
imports = [ imports = [
./zabbix-agent.nix ./zabbix-agent.nix
<sops-nix/modules/sops> ./sops.nix
]; ];
} }
# vim: set et ts=2 sw=2 ai: # vim: set et ts=2 sw=2 ai:

6
modules/sops.nix Normal file
View file

@ -0,0 +1,6 @@
{ ... }:
{
imports = [ <sops-nix/modules/sops> ];
sops.defaultSopsFile = ../secrets/secrets.yaml;
}
# vim: set et ts=2 sw=2 ai: