Garage: open ports

This commit is contained in:
Filippo Berto 2023-08-16 23:26:32 +02:00
parent 8fe57c0fdb
commit 004f96c847
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -3,7 +3,7 @@
users.users.garage = { isSystemUser = true; group = "garage"; };
age.secrets.garage_rpc_secret = { file = ../../secrets/garage_rpc_secret.age; owner = "garage"; };
networking.firewall.interfaces."ztmjfdwjkp".allowedTCPPorts = [
networking.firewall.allowedTCPPorts = [
3900
3901
];