diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-31 14:16:38 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-31 14:16:38 -0600 |
| commit | 32a534f0f1d5384aaa24babfe82f58271b974077 (patch) | |
| tree | c552ad0f229bf7f66832999017e809297ec7a480 /hosts/ganymede/config.nix | |
| parent | 38770f9c2aa39e3c7af5a6bddb01fbad69de678b (diff) | |
real copyparty password
Diffstat (limited to 'hosts/ganymede/config.nix')
| -rw-r--r-- | hosts/ganymede/config.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix index a9e3279..d821c76 100644 --- a/hosts/ganymede/config.nix +++ b/hosts/ganymede/config.nix @@ -9,6 +9,11 @@ }; "caddy-env".file = ./caddy-env.age; + + "collin-copyparty-password" = { + file = ./collin-copyparty-password.age; + owner = "copyparty"; + }; }; terminal = { |
