aboutsummaryrefslogtreecommitdiff
path: root/hosts/ganymede/config.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-26 09:19:11 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-26 09:19:11 -0500
commit6154fca38879afcb57f16adad002df083876116d (patch)
treefa30fa7334eb9ac95dc0dff6de586ab5f2e422c5 /hosts/ganymede/config.nix
parent716a1d1f79024dc0629c61bc912a570a4a200a25 (diff)
changes
Diffstat (limited to 'hosts/ganymede/config.nix')
-rw-r--r--hosts/ganymede/config.nix33
1 files changed, 7 insertions, 26 deletions
diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix
index 6fe1e3e..c4d9109 100644
--- a/hosts/ganymede/config.nix
+++ b/hosts/ganymede/config.nix
@@ -8,11 +8,6 @@
owner = "wpa_supplicant";
};
- "gliese-key" = {
- file = ../gliese-key.age;
- owner = "collin";
- };
-
"caddy-env".file = ./secrets/caddy-env.age;
"collin-copyparty-password" = {
@@ -55,18 +50,9 @@
services = {
sshd = {
enable = true;
- portConfig = [
- {
- port = 2222;
- listenAddr = "0.0.0.0";
- rootLogin = true;
- }
- {
- port = 22;
- listenAddr = "0.0.0.0";
- rootLogin = true;
- }
- ];
+ port = 22;
+ listenAddr = "0.0.0.0";
+ rootLogin = true;
};
goaccess = {
@@ -83,21 +69,16 @@
privateUrl = "git.ganymede";
};
- agate = {
- enable = true;
- publicUrl = "williamsfam.us.com";
- };
+ # agate = {
+ # enable = true;
+ # publicUrl = "williamsfam.us.com";
+ # };
minecraft = {
enable = true;
listenAddr = "0.0.0.0";
};
- polaris = {
- enable = true;
- privateUrl = "music.ganymede";
- };
-
qbittorrent = {
enable = true;
privateUrl = "bittorrent.ganymede";