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