Removed firewall config
This commit is contained in:
parent
2052756cbd
commit
b831d483aa
1 changed files with 9 additions and 9 deletions
18
flake.nix
18
flake.nix
|
|
@ -30,15 +30,15 @@
|
|||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAaV7JtUWkWrjo5FfCcpTCCEY/OJ+T1mJOLbe4avg0XH sysadmin@skrybit.io"
|
||||
];
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
23002
|
||||
22
|
||||
# 24444
|
||||
# 8332
|
||||
# 5432
|
||||
# 28332
|
||||
# 28333
|
||||
];
|
||||
# networking.firewall.allowedTCPPorts = [
|
||||
# 23002
|
||||
# 22
|
||||
# # 24444
|
||||
# # 8332
|
||||
# # 5432
|
||||
# # 28332
|
||||
# # 28333
|
||||
# ];
|
||||
|
||||
systemd.suppressedSystemUnits = [
|
||||
"dev-mqueue.mount"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue