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 = [
|
users.users.root.openssh.authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAaV7JtUWkWrjo5FfCcpTCCEY/OJ+T1mJOLbe4avg0XH sysadmin@skrybit.io"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAaV7JtUWkWrjo5FfCcpTCCEY/OJ+T1mJOLbe4avg0XH sysadmin@skrybit.io"
|
||||||
];
|
];
|
||||||
networking.firewall.allowedTCPPorts = [
|
# networking.firewall.allowedTCPPorts = [
|
||||||
23002
|
# 23002
|
||||||
22
|
# 22
|
||||||
# 24444
|
# # 24444
|
||||||
# 8332
|
# # 8332
|
||||||
# 5432
|
# # 5432
|
||||||
# 28332
|
# # 28332
|
||||||
# 28333
|
# # 28333
|
||||||
];
|
# ];
|
||||||
|
|
||||||
systemd.suppressedSystemUnits = [
|
systemd.suppressedSystemUnits = [
|
||||||
"dev-mqueue.mount"
|
"dev-mqueue.mount"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue