nix-serve: fix port
This commit is contained in:
parent
a364e28bb8
commit
794b565e07
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue