nix-serve: fix port
This commit is contained in:
parent
a364e28bb8
commit
794b565e07
|
@ -7,6 +7,7 @@ in
|
||||||
services.nix-serve = {
|
services.nix-serve = {
|
||||||
enable = true;
|
enable = true;
|
||||||
secretKeyFile = config.sops.secrets."nix-serve/key".path;
|
secretKeyFile = config.sops.secrets."nix-serve/key".path;
|
||||||
|
port = 5002;
|
||||||
};
|
};
|
||||||
services.nginx.virtualHosts."${domain}" = {
|
services.nginx.virtualHosts."${domain}" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
Loading…
Reference in a new issue