mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
Added inputs to gcroots
This commit is contained in:
parent
0fad8200a3
commit
bce831f4fe
6 changed files with 19 additions and 48 deletions
|
@ -15,14 +15,16 @@ with lib;
|
|||
path = "/home/julien/.config/ens-mail-passwd";
|
||||
};
|
||||
|
||||
sops.secrets.sendinblue-mail-passwd = {};
|
||||
sops.secrets.sendinblue-mail-passwd = { };
|
||||
sops.secrets.git-gpg-private-key = {
|
||||
owner = "julien";
|
||||
mode = "0440";
|
||||
group = config.users.groups.keys.name;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
nix.gcRoots = [ inputs.sops-nix ];
|
||||
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue