aboutsummaryrefslogtreecommitdiff
path: root/hosts/ganymede/config.nix
diff options
context:
space:
mode:
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";