mirror of
https://git.feal.no/felixalb/nixos-config.git
synced 2025-12-22 17:20:20 +01:00
defiant: open loki port in the firewall
This commit is contained in:
@@ -71,4 +71,8 @@ in {
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
cfg.configuration.server.http_listen_port
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user