nginx things
This commit is contained in:
@@ -240,6 +240,17 @@
|
||||
|
||||
config = {
|
||||
|
||||
services.nginx.virtualHosts."vpn.blunkall.us" = {
|
||||
listen = [
|
||||
{
|
||||
addr = "0.0.0.0";
|
||||
port = 80;
|
||||
ssl = false;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
services.netbird = {
|
||||
server = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user