mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 20:47:48 +00:00
Bettee grouping of options
This commit is contained in:
parent
e0f6493d7f
commit
91ee04c46f
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
||||||
{ lib, ... }: {
|
{ lib, ... }: {
|
||||||
options.networking.ipv4 = lib.mkValue null;
|
options.networking = {
|
||||||
options.networking.ipv6 = lib.mkValue null;
|
ipv4 = lib.mkValue null;
|
||||||
|
ipv6 = lib.mkValue null;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue