diff options
author | Emile <git@emile.space> | 2024-08-02 23:52:32 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-08-02 23:52:32 +0200 |
commit | 0e0b47b3cf1de2ea4c780ed488490a642a254f1e (patch) | |
tree | a9f0a391a7ed6bbb948a30acb14c189b2500f780 /nix/hosts/corrino/www/hydra.emile.space.nix | |
parent | 4b220f4c5802bca0c887a4e1e70e8dad091548e9 (diff) |
corrino ports
Diffstat (limited to 'nix/hosts/corrino/www/hydra.emile.space.nix')
-rw-r--r-- | nix/hosts/corrino/www/hydra.emile.space.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/nix/hosts/corrino/www/hydra.emile.space.nix b/nix/hosts/corrino/www/hydra.emile.space.nix index 00405f4..97d5962 100644 --- a/nix/hosts/corrino/www/hydra.emile.space.nix +++ b/nix/hosts/corrino/www/hydra.emile.space.nix @@ -1,8 +1,6 @@ { config, pkgs, ... }: -let - ports = import ../ports.nix; -in { +{ services.nginx.virtualHosts."hydra.emile.space" = { forceSSL = true; enableACME = true; @@ -30,7 +28,7 @@ in { }); listenHost = "*"; - port = ports.hydra; + port = config.emile.ports.hydra; hydraURL = "https://hydra.emile.space"; # externally visible URL # Directory that holds Hydra garbage collector roots. |