Add missing packages and enable nginx
This commit is contained in:
parent
378f2d9882
commit
99dd5ec1fe
@ -368,12 +368,19 @@
|
||||
"zone"
|
||||
];
|
||||
|
||||
extraPackages = python3Packages: with python3Packages; [
|
||||
pyeiscp
|
||||
zeroconf
|
||||
];
|
||||
|
||||
customLovelaceModules = with pkgs.home-assistant-custom-lovelace-modules; [
|
||||
mushroom
|
||||
];
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."home.mesh.vimium.net" = {
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
virtualHosts."home.mesh.vimium.net" = {
|
||||
forceSSL = false;
|
||||
extraConfig = ''
|
||||
proxy_buffering off;
|
||||
@ -383,6 +390,7 @@
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.mosquitto = {
|
||||
enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user