mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 08:06:19 +02:00
networking and security updates
This commit is contained in:
parent
ccfcd6db3a
commit
2e8e3ada22
7 changed files with 29 additions and 15 deletions
|
@ -15,10 +15,9 @@ let
|
|||
in
|
||||
{
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
25 # insecure SMTP
|
||||
465
|
||||
587 # SMTP
|
||||
993 # IMAP
|
||||
25 # SMTP
|
||||
465 # SUBMISSONS
|
||||
993 # IMAPS
|
||||
4190 # sieve
|
||||
];
|
||||
users.users.rouven = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue