[mcp] Fixes users for some containers.

This commit is contained in:
2025-04-28 16:22:00 -07:00
parent 509c861529
commit 60a6cf8e89
2 changed files with 12 additions and 17 deletions

View File

@@ -27,7 +27,7 @@ in {
image = "offen/offen";
hostName = "offen";
domain = terakoda;
user = "offen:offen";
user = "${toString config.users.users.offen.uid}:${toString config.users.groups.offen.gid}";
port = 80;
volumes = [
"${config.sops.templates."offen.env".path}:/etc/offen/offen.env:ro"