diff options
Diffstat (limited to 'hosts/ganymede')
| -rw-r--r-- | hosts/ganymede/collin-forgejo-password.age | 7 | ||||
| -rw-r--r-- | hosts/ganymede/config.nix | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/hosts/ganymede/collin-forgejo-password.age b/hosts/ganymede/collin-forgejo-password.age new file mode 100644 index 0000000..76bdc67 --- /dev/null +++ b/hosts/ganymede/collin-forgejo-password.age @@ -0,0 +1,7 @@ +age-encryption.org/v1 +-> ssh-ed25519 azBilg vmw/nKIBoQoNUFX5L/30ll21pT0pC2aj/w2qjTc2nSM +x4udezFrc1+YG2ejgSVL6iIdPUgkiUeYxl0nijurqmE +-> ssh-ed25519 Jg4yWQ X6KPKYcqIzzllcP96/VdMH+SHzvwy5L2Yf8VIjL7GRg +ZREY05ecsxqutY2VEktNqwX8pXvmXnVL8M9FnlIkQy4 +--- MGA/XzVEB308uJE/c/bLe0GKrLDVSxciKxTV54S4oDM +#;brLܐ&̓]WD5mЃG`B6b
\ No newline at end of file diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix index c31bb16..a2bb930 100644 --- a/hosts/ganymede/config.nix +++ b/hosts/ganymede/config.nix @@ -14,6 +14,10 @@ file = ./collin-copyparty-password.age; owner = "copyparty"; }; + "collin-forgejo-password" = { + file = ./collin-forgejo-password.age; + owner = "forgejo"; + }; }; terminal = { @@ -55,12 +59,25 @@ ]; }; + # navidrome = { + # enable = true; + # bind_host = "127.0.0.1"; + # caddy.local.enable = true; + # }; + + forgejo = { + enable = true; + bind_host = "127.0.0.1"; + root_url = "https://forgejo.collinux"; + caddy.local.enable = true; + }; + copyparty = { enable = true; bind_host = "127.0.0.1"; root_url = "up.williamsfam.us.com"; - caddy.enable = true; + caddy.global.enable = true; users.collin = { isAdmin = true; |
