disable kub_net

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-08-24 01:56:58 -04:00
parent d3b89d665e
commit 8cee431c7e
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -6,7 +6,7 @@ in
options = { options = {
services.rad-dev.k3s-net = { services.rad-dev.k3s-net = {
enable = lib.mkOption { enable = lib.mkOption {
default = true; default = false;
example = true; example = true;
description = "Whether to enable k3s-net."; description = "Whether to enable k3s-net.";
type = lib.types.bool; type = lib.types.bool;