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 | |
| parent | 38770f9c2aa39e3c7af5a6bddb01fbad69de678b (diff) | |
real copyparty password
Diffstat (limited to 'hosts/ganymede')
| -rw-r--r-- | hosts/ganymede/collin-copyparty-password.age | 1 | ||||
| -rw-r--r-- | hosts/ganymede/config.nix | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/hosts/ganymede/collin-copyparty-password.age b/hosts/ganymede/collin-copyparty-password.age new file mode 100644 index 0000000..b7cd2ec --- /dev/null +++ b/hosts/ganymede/collin-copyparty-password.age @@ -0,0 +1 @@ +u!!HX!DrTP4vCt 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 = { |
