mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-03 07:47:20 +02:00
chore: move secrets to private repo
This commit is contained in:
parent
5c0182d087
commit
114abc4c0a
20 changed files with 37 additions and 33 deletions
|
@ -11,7 +11,7 @@ with lib;
|
|||
config = mkIf cfg.enable {
|
||||
|
||||
age.secrets.git-gpg-private-key = {
|
||||
file = ../../secrets/git-gpg-private-key.age;
|
||||
file = ../../private/secrets/git-gpg-private-key.age;
|
||||
owner = "julien";
|
||||
mode = "0440";
|
||||
group = config.users.groups.keys.name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue