mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
miniflux
This commit is contained in:
parent
f3effe9cad
commit
cdc3dc0a71
1 changed files with 8 additions and 6 deletions
|
|
@ -49,12 +49,14 @@
|
|||
# SMTP_FROM_NAME = "example.com Bitwarden server";
|
||||
};
|
||||
};
|
||||
# # services.beszel = {
|
||||
# hub.enable = true;
|
||||
# hub.host = "0.0.0.0";
|
||||
# agent.enable = true;
|
||||
# agent.environmentFile = /etc/nixos/secrets/beszel.env
|
||||
# };
|
||||
|
||||
services.miniflux = {
|
||||
enable = true;
|
||||
adminCredentialsFile = "/etc/nixos/secrets/minifluxadmin";
|
||||
config = {
|
||||
LISTEN_ADDR = "0.0.0.0:8086";
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue