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 | |
| parent | 193b3f4df854a83d32611ed3d77962e1c839e707 (diff) | |
deps: update osm-proposals
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/hosts/tente/default.nix | 3 | ||||
| -rw-r--r-- | nixos/npins/sources.json | 4 |
2 files changed, 4 insertions, 3 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; diff --git a/nixos/npins/sources.json b/nixos/npins/sources.json index d62673a..0008bbb 100644 --- a/nixos/npins/sources.json +++ b/nixos/npins/sources.json @@ -71,9 +71,9 @@ }, "branch": "master", "submodules": false, - "revision": "bd0edb97421398b1491314014c7e0f9d3b01236c", + "revision": "bac7da2cfa0cd67a764a4f1199119eaa3164add2", "url": null, - "hash": "0n1sx44sfblpls0dh5dy9zwfr4vdf0nz0mprwy3mcv58gb2fgnlp" + "hash": "1jwd85k529lxnjk6z4m91q1mi9wvfrqis70fgjr5hjfnw013f9rw" }, "my-rust-features": { "type": "Git", |
