Infini-DL360/searx: init
This commit is contained in:
parent
a6c5b85a2c
commit
cb5f7483fc
6 changed files with 113 additions and 0 deletions
|
@ -50,6 +50,9 @@ in
|
|||
(mkIf config.services.hedgedoc.enable {
|
||||
"hedgedoc" = withOwnerGroup "hedgedoc" secrets."hedgedoc";
|
||||
})
|
||||
(mkIf config.services.searx.enable {
|
||||
inherit (secrets) searx;
|
||||
})
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue