Skip to content

Commit

Permalink
mycelium: add system package
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Feb 13, 2024
1 parent 0b385f1 commit a911b4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixosModules/mycelium.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ in
};

config = lib.mkIf cfg.enable {
environment.systemPackages = [ cfg.package ];

networking.firewall.allowedTCPPorts = lib.optionals cfg.openFirewall [ 9651 ];
networking.firewall.allowedUDPPorts = lib.optionals cfg.openFirewall [ 9650 9651 ];

Expand Down

0 comments on commit a911b4f

Please sign in to comment.