about summary refs log tree commit diff
path: root/nixos/tests/freshrss-none-auth.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-04-16nixos/freshrss: fix startup when authType = "none"Matt Christ1-0/+19
Prior to this patch, FreshRSS fails to load with an initial `authType = "none"` setting, instead providing an error: "Error during context user init!" To fix this, this patch changes the freshrss-config service to setup the initial `defaultUser` when `authType = "none"` is configured.