diff options
| author | Grisha Shipunov | 2025-01-11 03:55:19 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-11 03:55:19 +0100 |
| commit | 62e2519639faa250f43f9e80e69906a59d07a44e (patch) | |
| tree | 08d662d7674904d566d2dd7ccf85affb9ddd7cd9 /microvms/news/miniflux.nix | |
| parent | 595d4935de99cc2ff10be9eaddac498c7c38489f (diff) | |
delete legacy stuff and reformat
Diffstat (limited to 'microvms/news/miniflux.nix')
| -rw-r--r-- | microvms/news/miniflux.nix | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/microvms/news/miniflux.nix b/microvms/news/miniflux.nix deleted file mode 100644 index 94d409b..0000000 --- a/microvms/news/miniflux.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ config, ... }: -let - listenport = 8080; -in -{ - sops.secrets."miniflux-admin" = { }; - - networking.firewall.interfaces.oxaproxy.allowedTCPPorts = [ listenport ]; - services.miniflux = { - enable = true; - config = { - LISTEN_ADDR = "10.34.45.102:${toString listenport}"; - POLLING_FREQUENCY = "37"; - CREATE_ADMIN = "1"; - }; - adminCredentialsFile = config.sops.secrets."miniflux-admin".path; - }; -} |
