diff options
author | sils <sils@sils.li> | 2023-10-11 20:14:38 +0200 |
---|---|---|
committer | sils <sils@sils.li> | 2023-10-11 20:14:38 +0200 |
commit | 13d3d50ed514c64d324249a68fcf656b4d12151a (patch) | |
tree | ce065aa3ef3f90d5a60ed195ae7a62891165120d /sys | |
parent | feat(sys/impermanence): add /var/lib/waydroid to persistent dirs (diff) | |
download | nix-config-13d3d50ed514c64d324249a68fcf656b4d12151a.tar.gz nix-config-13d3d50ed514c64d324249a68fcf656b4d12151a.zip |
fix(sys/nix): re-enable distributedBuilds
Diffstat (limited to 'sys')
-rw-r--r-- | sys/nix/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nix/default.nix b/sys/nix/default.nix index 9ec76eb..32a6fc5 100644 --- a/sys/nix/default.nix +++ b/sys/nix/default.nix @@ -5,7 +5,7 @@ n.flake = nixpkgs; }; channel.enable = false; - distributedBuilds = false; + distributedBuilds = true; buildMachines = [ { hostName = "server1.vhack.eu"; |