add MicroTik WinBox
This commit is contained in:
parent
1ee0ba1a4c
commit
892a1ae877
2 changed files with 19 additions and 1 deletions
6
hosts/modules/apps/winbox.nix
Normal file
6
hosts/modules/apps/winbox.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{...}: {
|
||||
programs.winbox = {
|
||||
enable = true;
|
||||
openFirewall = false; # port: 5678
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue