duplicati: change default interface to 127.0.0.1 for a saner default
Existing 'lo' didn't work for me as it was failing to assign an IP.
This commit is contained in:
parent
2932be89af
commit
c687da8940
@ -19,7 +19,7 @@ in
|
||||
};
|
||||
|
||||
interface = mkOption {
|
||||
default = "lo";
|
||||
default = "127.0.0.1";
|
||||
type = types.str;
|
||||
description = ''
|
||||
Listening interface for the web UI
|
||||
|
Loading…
Reference in New Issue
Block a user