fmt: removed some duplicates
This commit is contained in:
parent
775d6412af
commit
6e25003b5c
11 changed files with 7 additions and 32 deletions
|
@ -99,11 +99,7 @@
|
|||
];
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
|
||||
# for git
|
||||
22
|
||||
2222
|
||||
];
|
||||
|
||||
|
|
|
@ -83,10 +83,6 @@ Gonna use a priper nixos module for this
|
|||
|
||||
# firewall on teh computer itself
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
|
||||
# for ldap
|
||||
389
|
||||
636
|
||||
];
|
||||
|
|
|
@ -47,8 +47,6 @@
|
|||
age.secrets.ulfm.file = ../secrets/stream_ulfm.age;
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
8000
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue