Infini-DL360/hedgedoc: init
This commit is contained in:
parent
0a3d4f54b3
commit
98239c4cba
5 changed files with 37 additions and 0 deletions
|
@ -47,6 +47,9 @@ in
|
|||
(mkIf config.services.hydra.enable {
|
||||
inherit (secrets) hydra;
|
||||
})
|
||||
(mkIf config.services.hedgedoc.enable {
|
||||
"hedgedoc" = withOwnerGroup "hedgedoc" secrets."hedgedoc";
|
||||
})
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
BIN
secrets/hedgedoc.age
Normal file
BIN
secrets/hedgedoc.age
Normal file
Binary file not shown.
|
@ -36,4 +36,5 @@ in
|
|||
"cloudflare.age".publicKeys = allKeys;
|
||||
"smtp-password.age".publicKeys = allKeys;
|
||||
"hydra.age".publicKeys = allKeys;
|
||||
"hedgedoc.age".publicKeys = allKeys;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue