diff --git a/flake.nix b/flake.nix index c41a731..6820a1f 100644 --- a/flake.nix +++ b/flake.nix @@ -142,6 +142,8 @@ Environment = [ "RUST_LOG=info" "SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt" + "TAPO_USERNAME=mechemjack@gmail.com" + "TAPO_PASSWORD=Jackkcaj123$" ]; AmbientCapabilities = [ "CAP_DAC_READ_SEARCH" ]; CapabilityBoundingSet = [ "CAP_DAC_READ_SEARCH" ];