further sops testing
This commit is contained in:
parent
95519e0a48
commit
080c7b6e9e
2 changed files with 7 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ in
|
|||
|
||||
imports = [
|
||||
./zabbix-agent.nix
|
||||
<sops-nix/modules/sops>
|
||||
./sops.nix
|
||||
];
|
||||
}
|
||||
# vim: set et ts=2 sw=2 ai:
|
||||
|
|
|
|||
6
modules/sops.nix
Normal file
6
modules/sops.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [ <sops-nix/modules/sops> ];
|
||||
sops.defaultSopsFile = ../secrets/secrets.yaml;
|
||||
}
|
||||
# vim: set et ts=2 sw=2 ai:
|
||||
Loading…
Add table
Reference in a new issue