[mcp] Fixes users for some containers.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user