mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
sops path
This commit is contained in:
parent
4477e4ec8a
commit
4536471e04
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue