home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 764e929d481b8d2e6b707b92c22d78e8453440e7
parent 194345cb9eb02ec2b7c20794b80d9573aab0ff62
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 13 Nov 2023 14:04:49 +0100

systems/wakasu: disable external builders

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/wakasu.nix | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/systems/hosts/wakasu.nix b/systems/hosts/wakasu.nix @@ -119,7 +119,8 @@ in # TODO Migrate to modules profiles.home = true; - profiles.externalbuilder.enable = true; + # Temporarly disable external builders, home network is down. + # profiles.externalbuilder.enable = true; profiles.virtualization = { enable = true; nested = true; }; virtualisation.podman.dockerSocket.enable = true; virtualisation.podman.autoPrune.enable = true;