fix(dyndns): correct path to python3 binary
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
NC_API_PASSWORD=${"$(cat " + config.age.secrets.nc_api_password.path + ")"}
|
NC_API_PASSWORD=${"$(cat " + config.age.secrets.nc_api_password.path + ")"}
|
||||||
NC_API_KEY=${"$(cat " + config.age.secrets.nc_api_key.path + ")"}
|
NC_API_KEY=${"$(cat " + config.age.secrets.nc_api_key.path + ")"}
|
||||||
NC_DOMAIN=${"$(cat " + config.age.secrets.nc_domain.path + ")"}
|
NC_DOMAIN=${"$(cat " + config.age.secrets.nc_domain.path + ")"}
|
||||||
python3 -c "${builtins.readFile ./dyndns.py}"
|
${pkgs.python313}/bin/python3 -c "${builtins.readFile ./dyndns.py}"
|
||||||
'';
|
'';
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
|
|||||||
Reference in New Issue
Block a user