Monorepo for Tangled
0

Configure Feed

Select the types of activity you want to include in your feed.

nix/{microvm,pkgs}: add wf user to trusted users in microvm images

Signed-off-by: dawn <dawn@tangled.org>

author
dawn
date (Jul 24, 2026, 4:57 PM +0300) commit d9aa6232 parent 3c9fec1e change-id loxypruw
+2 -2
+1 -1
nix/microvm/base.nix
··· 214 214 "nix-command" 215 215 "flakes" 216 216 ]; 217 - trusted-users = ["root"]; 217 + trusted-users = ["root" "spindle-workflow"]; 218 218 allowed-users = ["spindle-workflow"]; 219 219 }; 220 220 registry.nixpkgs.to = {
+1 -1
nix/pkgs/spindle-alpine-image.nix
··· 102 102 # mirror nix/microvm/base.nix and nix/modules/shuttle.nix 103 103 nixConf = writeText "nix.conf" '' 104 104 experimental-features = nix-command flakes 105 - trusted-users = root 105 + trusted-users = root spindle-workflow 106 106 allowed-users = spindle-workflow 107 107 post-build-hook = /usr/libexec/spindle-post-build-hook 108 108 # keep build sandboxes on the /workspace disk, not the RAM-backed root tmpfs