home

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

commit 34d80aab4d410ff5b98772a92880fb4ef7b8c8ec
parent d215f3801919d79492f6b8458659c63e1c6177be
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 22 Apr 2021 08:04:03 +0200

systems/naruhodo: enable k8s, openshift and tekton profiles…

… for some reason, they weren't enable on naruhodo.. 🤔

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

Diffstat:
Msystems/hosts/naruhodo.nix | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/systems/hosts/naruhodo.nix b/systems/hosts/naruhodo.nix @@ -128,6 +128,9 @@ in docker.enable = true; redhat.enable = true; scanning.enable = true; + kubernetes.enable = true; + openshift.enable = true; + tekton.enable = true; }; environment.systemPackages = with pkgs; [ virtmanager