summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2019-06-22 20:25:43 +0200
committerDomen Kožar <domen@dev.si>2019-06-22 20:26:18 +0200
commitc687da89401659990de17ddabfce68cfaa26498c (patch)
treed8d170266dd451c400131402837d0de5fcd17857 /nixos
parent2932be89af72430888ca4bc5b549bc467f218549 (diff)
downloadnixpkgs-c687da89401659990de17ddabfce68cfaa26498c.tar
nixpkgs-c687da89401659990de17ddabfce68cfaa26498c.tar.gz
nixpkgs-c687da89401659990de17ddabfce68cfaa26498c.tar.bz2
nixpkgs-c687da89401659990de17ddabfce68cfaa26498c.tar.lz
nixpkgs-c687da89401659990de17ddabfce68cfaa26498c.tar.xz
nixpkgs-c687da89401659990de17ddabfce68cfaa26498c.tar.zst
nixpkgs-c687da89401659990de17ddabfce68cfaa26498c.zip
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.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/backup/duplicati.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/backup/duplicati.nix b/nixos/modules/services/backup/duplicati.nix
index 80287f30b81..a3af3d9b5c9 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