hosts/ni: update host and user configuration

This commit is contained in:
Gabriel Arazas 2023-02-11 15:21:50 +08:00
parent 0991e1a44d
commit 93863ff00c
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 1 additions and 3 deletions

View File

@ -188,9 +188,6 @@ in
allowedUDPPorts = [ wireguardPort ]; allowedUDPPorts = [ wireguardPort ];
allowedTCPPorts = [ allowedTCPPorts = [
22 # Secure Shells. 22 # Secure Shells.
80 # HTTP servers.
433 # HTTPS servers.
]; ];
}; };
}; };

View File

@ -296,6 +296,7 @@ in
"zoom.logs" "zoom.logs"
]; ];
withChatCleanup = true; withChatCleanup = true;
withBrowserCleanup = true;
}; };
systemd.user.sessionVariables = { systemd.user.sessionVariables = {