Evolution

This commit is contained in:
2021-05-29 13:08:55 -07:00
parent fb8887a43f
commit 5e4aa0d7dd
5 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ in {
settings = mkIf (cfg.ssh != null) {
server = {
SSH_DOMAIN = cfg.hostname;
# SSH_LISTEN_PORT = cfg.ssh.listen-port;
SSH_LISTEN_PORT = cfg.ssh.listen-port;
SSH_LISTEN_HOST = cfg.ssh.listen-ip;
};
};