Added chute

This commit is contained in:
2021-12-18 12:12:09 -08:00
parent 3ae2c5ce8e
commit 8ad501e21d
4 changed files with 19 additions and 8 deletions
+4
View File
@@ -137,7 +137,11 @@ in {
};
settings = mkIf (cfg.ssh != null) {
server = {
# Displayed in the clone URL
SSH_DOMAIN = cfg.hostname;
SSH_PORT = mkForce cfg.ssh.listen-port;
# Actual ip/port on which to listen
SSH_LISTEN_PORT = cfg.ssh.listen-port;
SSH_LISTEN_HOST = cfg.ssh.listen-ip;
};