home

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

commit e52739d3e471aa4d5d3827e6cc7e98865712f935
parent f69e33fc6a303eca6c1b97aec522f5fe739101b9
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  8 Apr 2021 17:54:23 +0200

systems/wakasu: disable tekton

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

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

diff --git a/systems/hosts/wakasu.nix b/systems/hosts/wakasu.nix @@ -94,7 +94,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;