From 080c7b6e9e16f16d137b6451ce9d5c17e8c38ccf Mon Sep 17 00:00:00 2001 From: mc-fucker Date: Mon, 24 Apr 2023 02:31:25 +0200 Subject: [PATCH] further sops testing --- modules/generic.nix | 2 +- modules/sops.nix | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 modules/sops.nix diff --git a/modules/generic.nix b/modules/generic.nix index 7aaf94b..b7db163 100644 --- a/modules/generic.nix +++ b/modules/generic.nix @@ -115,7 +115,7 @@ in imports = [ ./zabbix-agent.nix - + ./sops.nix ]; } # vim: set et ts=2 sw=2 ai: diff --git a/modules/sops.nix b/modules/sops.nix new file mode 100644 index 0000000..3dc6e83 --- /dev/null +++ b/modules/sops.nix @@ -0,0 +1,6 @@ +{ ... }: +{ + imports = [ ]; + sops.defaultSopsFile = ../secrets/secrets.yaml; +} +# vim: set et ts=2 sw=2 ai: