6 lines
96 B
Nix
6 lines
96 B
Nix
{...}: {
|
|
programs.winbox = {
|
|
enable = true;
|
|
openFirewall = false; # port: 5678
|
|
};
|
|
}
|