mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 09:58:26 +00:00
Fix default value in nixos module
This commit is contained in:
@ -22,7 +22,7 @@ let
|
||||
enabled = false;
|
||||
priority = "low";
|
||||
allowed-ips = {
|
||||
enabled = true;
|
||||
enabled = false;
|
||||
ips = [ "127.0.0.1" ];
|
||||
};
|
||||
http-basic = {
|
||||
|
Reference in New Issue
Block a user