diff --git a/configs/pepe/home-assistant.nix b/configs/pepe/home-assistant.nix index 867b70f..f3742cc 100644 --- a/configs/pepe/home-assistant.nix +++ b/configs/pepe/home-assistant.nix @@ -428,7 +428,7 @@ in { }; }; - hot = 27; + hot = 24; cold = 19; fyrtur_command = device: position: { diff --git a/configs/workhorse/mysql.nix b/configs/workhorse/mysql.nix index 6d0e136..954aeeb 100644 --- a/configs/workhorse/mysql.nix +++ b/configs/workhorse/mysql.nix @@ -12,7 +12,7 @@ services.mysqlBackup = { enable = true; databases = [ "property" ]; - user = "root"; + user = "admin"; }; backup.dirs = [ config.services.mysqlBackup.location ]; diff --git a/configs/workhorse/nextcloud.nix b/configs/workhorse/nextcloud.nix index 7991e54..56a51b1 100644 --- a/configs/workhorse/nextcloud.nix +++ b/configs/workhorse/nextcloud.nix @@ -162,6 +162,7 @@ in { services.mysql = { enable = true; package = pkgs.mysql; + # https://nixos.org/manual/nixos/stable/release-notes.html#sec-release-20.09-incompatibilities ensureDatabases = [ "nextcloud" ]; ensureUsers = [{ name = "nextcloud"; @@ -177,7 +178,7 @@ in { # nextcloud setup services.nextcloud = { enable = true; - package = pkgs.nextcloud18; + #package = pkgs.nextcloud18; #package = pkgs.nextcloud.overrideAttrs (old: rec { # name = "nextcloud-${version}"; # version = "18.0.1"; diff --git a/configs/workhorse/transmission.nix b/configs/workhorse/transmission.nix index bb1bbd2..d5a5068 100644 --- a/configs/workhorse/transmission.nix +++ b/configs/workhorse/transmission.nix @@ -64,6 +64,9 @@ in { umask = "002"; rpc-whitelist-enabled = false; rpc-host-whitelist-enabled = false; + rpc-port = 9091; + rpc-enable = true; + rpc-bind-address = "0.0.0.0"; # "normal" speed limits speed-limit-down-enabled = false;