feat(nix): add firewall rule for HALO system
- Allowed inbound TCP traffic on port 1234 by updating firewall rules. - Enhances connectivity for the HALO system without altering existing configurations.
This commit is contained in:
parent
e5615c85bf
commit
f9e621eaae
1 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,10 @@ with lib.metacfg;
|
|||
boot.lanzaboote.pkiBundle = "/var/lib/sbctl";
|
||||
boot.kernelPackages = lib.mkOverride 0 pkgs.linuxPackages_latest;
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
1234
|
||||
];
|
||||
|
||||
systemd.tmpfiles.rules =
|
||||
let
|
||||
rocmEnv = pkgs.symlinkJoin {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue