mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +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 ];
|
allowedUDPPorts = [ wireguardPort ];
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
22 # Secure Shells.
|
22 # Secure Shells.
|
||||||
|
|
||||||
80 # HTTP servers.
|
|
||||||
433 # HTTPS servers.
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -296,6 +296,7 @@ in
|
|||||||
"zoom.logs"
|
"zoom.logs"
|
||||||
];
|
];
|
||||||
withChatCleanup = true;
|
withChatCleanup = true;
|
||||||
|
withBrowserCleanup = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.user.sessionVariables = {
|
systemd.user.sessionVariables = {
|
||||||
|
Loading…
Reference in New Issue
Block a user