nixos/winbox: add missing environment.systemPackages

This commit is contained in:
Pol Dellaiera
2023-12-16 10:09:59 +01:00
parent 3dda6d5ed5
commit 8da07755de
+1
View File
@@ -18,6 +18,7 @@ in
};
config = lib.mkIf cfg.enable {
environment.systemPackages = [ cfg.package ];
networking.firewall.allowedUDPPorts = lib.optionals cfg.openFirewall [ 5678 ];
};
}