From 5e0389a2638e8b8af5bdbd1579eb38f1412d9a68 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 26 Dec 2025 09:58:48 +0100 Subject: deps: update osm-proposals --- nixos/hosts/tente/default.nix | 3 ++- 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", -- cgit v1.3.1