summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/smokeping.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/smokeping.nix b/nixos/modules/services/networking/smokeping.nix
index bc52d35c730..076469a1541 100644
--- a/nixos/modules/services/networking/smokeping.nix
+++ b/nixos/modules/services/networking/smokeping.nix
@@ -174,7 +174,7 @@ in
       };
       host = mkOption {
         type = types.nullOr types.str;
-        default = null;
+        default = "localhost";
         example = "192.0.2.1"; # rfc5737 example IP for documentation
         description = ''
           Host/IP to bind to for the web server.