home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit da9313dc5888634e7062d31e06c127e9458576b0
parent 1f541b43a67db932902b4e6fc32f0df2d6037688
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 21 Apr 2021 12:44:13 +0200

systems/hokkaido: disable tekton

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

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

diff --git a/systems/hosts/hokkaido.nix b/systems/hosts/hokkaido.nix @@ -89,7 +89,7 @@ in virtualization = { enable = true; nested = true; listenTCP = true; }; kubernetes.enable = true; openshift.enable = true; - tekton.enable = true; + tekton.enable = false; yubikey.enable = true; }; virtualisation.podman.enable = true;