mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +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, ... }: {
|
||||
options.networking.ipv4 = lib.mkValue null;
|
||||
options.networking.ipv6 = lib.mkValue null;
|
||||
options.networking = {
|
||||
ipv4 = lib.mkValue null;
|
||||
ipv6 = lib.mkValue null;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue