mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
hosts/ni: update host and user configuration
This commit is contained in:
parent
0991e1a44d
commit
93863ff00c
@ -188,9 +188,6 @@ in
|
||||
allowedUDPPorts = [ wireguardPort ];
|
||||
allowedTCPPorts = [
|
||||
22 # Secure Shells.
|
||||
|
||||
80 # HTTP servers.
|
||||
433 # HTTPS servers.
|
||||
];
|
||||
};
|
||||
};
|
||||
|
@ -296,6 +296,7 @@ in
|
||||
"zoom.logs"
|
||||
];
|
||||
withChatCleanup = true;
|
||||
withBrowserCleanup = true;
|
||||
};
|
||||
|
||||
systemd.user.sessionVariables = {
|
||||
|
Loading…
Reference in New Issue
Block a user