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.nix22
1 files changed, 11 insertions, 11 deletions
diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix
index 7b0ad83..03d9804 100644
--- a/hosts/ganymede/config.nix
+++ b/hosts/ganymede/config.nix
@@ -54,28 +54,30 @@
listenAddr = "0.0.0.0";
rootLogin = true;
}
+ # {
+ # port = 22;
+ # listenAddr = "0.0.0.0";
+ # otp = true;
+ # }
{
port = 22;
- listenAddr = "0.0.0.0";
- otp = true;
+ listenAddr = "[::]";
}
];
};
goaccess.enable = true;
-
- # forgejo = {
- # enable = true;
- # privateUrl = "forgejo.ganymede";
- # };
cgit.enable = true;
- # mopidy.enable = true;
+ polaris = {
+ enable = true;
+ privateUrl = "music.ganymede";
+ };
copyparty = {
enable = true;
publicUrl = "up.williamsfam.us.com";
- privateUrl = "ganymede";
+ privateUrl = "files.ganymede";
users.collin = {
isAdmin = true;
@@ -84,8 +86,6 @@
};
};
- ngircd.enable = true;
-
caddy = {
enable = true;
envFile = config.collinux.secrets."caddy-env".path;