From 66caa3368c4dfe8c579fadb8c6036edea5cb093b Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Fri, 17 Jul 2026 16:53:58 +0200 Subject: Added the miniflux --- README.md | 2 +- modules/miniflux.nix | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31ec91c..5fb08d5 100644 --- a/README.md +++ b/README.md @@ -419,7 +419,7 @@ Push the updated `.sops.yaml` and re-encrypted `secrets/secrets.yaml`, then run: nixos-rebuild switch --flake .#eurovm \ --target-host admin@ \ --build-host admin@ \ - --use-remote-sudo + --elevate=sudo ``` ### Step 8 - First login to each service diff --git a/modules/miniflux.nix b/modules/miniflux.nix index 8020a75..3db3e7e 100644 --- a/modules/miniflux.nix +++ b/modules/miniflux.nix @@ -30,4 +30,9 @@ CLEANUP_ARCHIVE_READ_DAYS = "90"; }; }; + + users.users.miniflux = { + isSystemUser = true; + group = "miniflux"; + }; } -- cgit v1.3.1