workflow: increase download buffer
This commit is contained in:
parent
14f9f0c06a
commit
0299139b8e
5 changed files with 41 additions and 10 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue