miniflux
This commit is contained in:
parent
58e9a46c46
commit
a12bc16792
6 changed files with 57 additions and 0 deletions
15
sys/machines/hopper/lab/miniflux.nix
Normal file
15
sys/machines/hopper/lab/miniflux.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
systemd.services.miniflux.serviceConfig.RuntimeDirectoryMode = lib.mkForce "0755";
|
||||
|
||||
services.miniflux = {
|
||||
enable = true;
|
||||
adminCredentialsFile = config.sops.secrets.miniflux.path;
|
||||
config = {
|
||||
LISTEN_ADDR = "/run/miniflux/miniflux.sock";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue