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 56c5deceb9
commit b62c64796f
No known key found for this signature in database
GPG Key ID: 1316487BA407ECAF

View File

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