Add webone, misc changes.
This commit is contained in:
parent
f1216bc9ad
commit
997b93d6ca
5 changed files with 102 additions and 22 deletions
|
@ -21,6 +21,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Open ports for DHCP server.
|
||||
networking.firewall.allowedUDPPorts = [ 53 67 ];
|
||||
}
|
||||
# Open ports for DHCP server.
|
||||
networking.firewall.allowedUDPPorts = [
|
||||
53
|
||||
67
|
||||
];
|
||||
|
||||
# Enable WebOne HTTP proxy.
|
||||
services.webone.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue