disable kub_net
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
56c5deceb9
commit
b62c64796f
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user