workflow: increase download buffer

This commit is contained in:
cy 2025-04-27 17:51:34 -04:00
parent 14f9f0c06a
commit 0299139b8e
5 changed files with 41 additions and 10 deletions

View file

@ -360,8 +360,6 @@
];
};
services.trezord.enable = true;
programs.xwayland.enable = true;
services.udev.extraHwdb = ''
@ -386,7 +384,7 @@
programs.ccache.enable = true;
nix.settings.extra-sandbox-paths = [ config.programs.ccache.cacheDir ];
programs.fuse.userAllowOther = true;
nix.settings.sandbox = false;
nix.settings.sandbox = true;
programs.ssh.startAgent = true;