From 25820b85785c04283c042c785f26b970bf93cf87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Sat, 28 Feb 2026 14:59:35 +0100 Subject: [PATCH] Typo --- modules/services/lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/lib.nix b/modules/services/lib.nix index b41ba45..1a077ae 100644 --- a/modules/services/lib.nix +++ b/modules/services/lib.nix @@ -106,7 +106,7 @@ with lib; onFailure = [ "service-failure-notify@%n.service" ]; startLimitBurst = 5; startLimitIntervalSec = 600; - path = [ pkgs.podman pkgs.podman-compose pkgs.newuidmap pkgs.coreutils ]; + path = [ pkgs.podman pkgs.podman-compose pkgs.su pkgs.coreutils ]; serviceConfig = { Type = "exec"; User = "numbus-admin";