add miniflux
This commit is contained in:
parent
05d2d39af5
commit
4ccc71014f
6 changed files with 24 additions and 0 deletions
14
hosts/hopper/profiles/lab/miniflux.nix
Normal file
14
hosts/hopper/profiles/lab/miniflux.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
vars,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
services.miniflux = {
|
||||
enable = true;
|
||||
adminCredentialsFile = config.sops.secrets.miniflux.path;
|
||||
config = {
|
||||
BASE_URL = "https://miniflux.${vars.domain}";
|
||||
LISTEN_ADDR = "${config.vpnNamespaces."wg".bridgeAddress}:18632";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue