From 66162fa3744fb07d94484b49a2312c60e3bc5cb6 Mon Sep 17 00:00:00 2001 From: Sense T Date: Wed, 28 Jun 2023 09:49:57 +0800 Subject: [PATCH] some fix --- global/software-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;