sops path

This commit is contained in:
TheWanderingCrow 2025-01-03 15:05:25 -05:00
parent 4477e4ec8a
commit 4536471e04

View file

@ -3,13 +3,14 @@ let
in
{
lib,
inputs,
config,
pkgs,
...
}: {
# Some scafolding for secrets
sops = {
defaultSopsFile = ../../../nix-secrets/secrets/overseer.json;
defaultSopsFile = "${inputs.nix-secrets}/secrets/overseer.json";
age.keyFile = "/var/lib/sops-nix/key.txt";
age.generateKey = true;
};