diff options
| author | Martin Fischer <martin@push-f.com> | 2025-12-26 09:58:48 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2025-12-26 09:58:48 +0100 |
| commit | 5e0389a2638e8b8af5bdbd1579eb38f1412d9a68 (patch) | |
| tree | 85233bc50f85ca7afcd732580c122c49bb86e67e /nixos/hosts/tente | |
| parent | 193b3f4df854a83d32611ed3d77962e1c839e707 (diff) | |
deps: update osm-proposals
Diffstat (limited to 'nixos/hosts/tente')
| -rw-r--r-- | nixos/hosts/tente/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/hosts/tente/default.nix b/nixos/hosts/tente/default.nix index 3a92286..cc97830 100644 --- a/nixos/hosts/tente/default.nix +++ b/nixos/hosts/tente/default.nix @@ -185,12 +185,13 @@ in }; }; - services.osm_proposals = + services.osm-proposals = let domain = "osm-proposals.${baseDomain}"; in { enable = true; + user = "www-generator"; virtualHost = domain; nginx = { enableACME = true; |
