diff options
| author | Fuwn <[email protected]> | 2024-09-03 16:11:43 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-03 16:11:43 -0700 |
| commit | a93e1fa90e9951d728e968003ea810abeba64e4c (patch) | |
| tree | e2b2952fcc2d1f08b327a1a6fe0c58d70dc0e54f /modules/nix.nix | |
| parent | tor mostly (diff) | |
| download | nixos-config-a93e1fa90e9951d728e968003ea810abeba64e4c.tar.xz nixos-config-a93e1fa90e9951d728e968003ea810abeba64e4c.zip | |
tings
Diffstat (limited to 'modules/nix.nix')
| -rw-r--r-- | modules/nix.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/nix.nix b/modules/nix.nix index 6de07bb..ee392d7 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -11,6 +11,7 @@ extra-sandbox-paths = [ config.programs.ccache.cacheDir ]; keep-going = true; accept-flake-config = false; + stalled-download-timeout = 20; system-features = [ "nixos-test" |