minor updates
This commit is contained in:
parent
4e80154467
commit
48a11eaa32
6 changed files with 44 additions and 36 deletions
|
@ -8,7 +8,7 @@ let
|
|||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
k8s_proxy = proxy "http://10.42.42.10:8000/";
|
||||
k8s_proxy = proxy "http://10.42.42.150:8000/";
|
||||
in {
|
||||
networking.hostName = "nginx";
|
||||
|
||||
|
@ -42,7 +42,7 @@ in {
|
|||
virtualHosts."whoami.wooloofan.club" = k8s_proxy;
|
||||
};
|
||||
|
||||
security.acme.email = "victorheld12@gmail.com";
|
||||
security.acme.defaults.email = "victorheld12@gmail.com";
|
||||
security.acme.acceptTerms = true;
|
||||
security.acme.preliminarySelfsigned = true;
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
services.unifi = {
|
||||
enable = true;
|
||||
openPorts = true;
|
||||
unifiPackage = pkgs.unifi;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue