home

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

commit d2eb28201d6c431799803767602efc312f01a121
parent 58c09cc6ea4da722a2996ac7cd5752eddac44068
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sun,  8 Mar 2020 19:43:42 +0100

machines/naruhodo: enable kind

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

Diffstat:
Mmachines/naruhodo.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/machines/naruhodo.nix b/machines/naruhodo.nix @@ -15,6 +15,7 @@ with import ../assets/machines.nix;{ containers = false; minikube.enable = false; nr = false; + kind = true; }; profiles.mails = { enable = true;