forked from mirrors/nixpkgs
nixos/winbox: add missing environment.systemPackages
This commit is contained in:
parent
3dda6d5ed5
commit
8da07755de
|
@ -18,6 +18,7 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.systemPackages = [ cfg.package ];
|
||||
networking.firewall.allowedUDPPorts = lib.optionals cfg.openFirewall [ 5678 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue