ebusd: change default configpath (#380997)

Ramses 4f54ad8e 5f7fa81a

Changed files
+1 -1
nixos
modules
services
home-automation
+1 -1
nixos/modules/services/home-automation/ebusd.nix
···
configpath = lib.mkOption {
type = lib.types.str;
-
default = "https://cfg.ebusd.eu/";
+
default = "https://ebus.github.io/";
description = ''
Directory to read CSV config files from. This can be a local folder or a URL.
'';