aboutsummaryrefslogtreecommitdiff
path: root/hosts/ganymede
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/ganymede')
-rw-r--r--hosts/ganymede/config.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix
index aaa8aec..7353683 100644
--- a/hosts/ganymede/config.nix
+++ b/hosts/ganymede/config.nix
@@ -55,19 +55,25 @@
}
{
port = 22;
+ listenAddr = "0.0.0.0";
otp = true;
}
];
};
+ goaccess.enable = true;
+
forgejo = {
enable = true;
privateUrl = "forgejo.ganymede";
};
+ mopidy.enable = true;
+
copyparty = {
enable = true;
publicUrl = "up.williamsfam.us.com";
+ privateUrl = "ganymede";
users.collin = {
isAdmin = true;