From c687da89401659990de17ddabfce68cfaa26498c Mon Sep 17 00:00:00 2001 From: Domen Kožar Date: Sat, 22 Jun 2019 20:25:43 +0200 Subject: 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. --- nixos/modules/services/backup/duplicati.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services') diff --git a/nixos/modules/services/backup/duplicati.nix b/nixos/modules/services/backup/duplicati.nix index 80287f30b813..a3af3d9b5c9f 100644 --- a/nixos/modules/services/backup/duplicati.nix +++ b/nixos/modules/services/backup/duplicati.nix @@ -19,7 +19,7 @@ in }; interface = mkOption { - default = "lo"; + default = "127.0.0.1"; type = types.str; description = '' Listening interface for the web UI -- cgit 1.4.1