home

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

commit ac67161a021c693ffc8054bfb6e54b2ea0137161
parent bdb105dcfb0592bf1de51770fad8b19da45003c1
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  6 Mar 2024 10:30:53 +0100

aomi: disable external builders

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

Diffstat:
Msystems/hosts/aomi.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systems/hosts/aomi.nix b/systems/hosts/aomi.nix @@ -135,7 +135,7 @@ in }; profiles = { - externalbuilder.enable = true; + # externalbuilder.enable = true; home = true; };