mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 10:29:34 +00:00
Fix default value in nixos module
This commit is contained in:
parent
897d91475e
commit
dee65928a1
@ -22,7 +22,7 @@ let
|
||||
enabled = false;
|
||||
priority = "low";
|
||||
allowed-ips = {
|
||||
enabled = true;
|
||||
enabled = false;
|
||||
ips = [ "127.0.0.1" ];
|
||||
};
|
||||
http-basic = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user