Try to fix newuidmap exec not found

This commit is contained in:
Raphaël Numbus
2026-03-03 22:08:21 +01:00
parent 5bf87a1f83
commit e6907ddd0a
-2
View File
@@ -109,8 +109,6 @@ with lib;
path = [ pkgs.podman pkgs.podman-compose pkgs.su pkgs.sudo pkgs.coreutils ];
serviceConfig = {
Type = "exec";
User = "numbus-admin";
Group = "users";
TimeoutStartSec = "1000";
ExecStartPre = [
"${pkgs.bash}/bin/bash -c 'sleep $((RANDOM % ${toString startDelay}))'"