miniflux: enable

This commit is contained in:
Charlie Root 2025-02-26 21:27:58 +01:00
commit 507cedf2ba
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
2 changed files with 3 additions and 5 deletions

View file

@ -1,9 +1,6 @@
{ _: {
config,
pkgs,
}: {
services.miniflux = { services.miniflux = {
enable = true; enable = true;
createDatabaseLocally = true; config.CREATE_ADMIN = 0;
}; };
} }

View file

@ -4,5 +4,6 @@ _: {
./steam.nix ./steam.nix
# ./schizofox.nix # ./schizofox.nix
./minecraft.nix ./minecraft.nix
./miniflux.nix
]; ];
} }