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:
Domen Kožar 2019-06-22 20:25:43 +02:00
parent 2932be89af
commit c687da8940
No known key found for this signature in database
GPG Key ID: C2FFBCAFD2C24246

View File

@ -19,7 +19,7 @@ in
}; };
interface = mkOption { interface = mkOption {
default = "lo"; default = "127.0.0.1";
type = types.str; type = types.str;
description = '' description = ''
Listening interface for the web UI Listening interface for the web UI