diff --git a/global/software-configuration.nix b/global/software-configuration.nix index 8346da4..33ac06f 100644 --- a/global/software-configuration.nix +++ b/global/software-configuration.nix @@ -71,7 +71,7 @@ wsproxy = { login.username = "senseab"; login.registry = "ghcr.io"; - login.passwordFile = "/var/lib/secrets/podman/wsproxy"; # should create it manually. + login.passwordFile = "/var/lib/secrets/podman/ghcr.io"; # should create it manually. image = "ghcr.io/senseab/wsproxy:master"; autoStart = true;