mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 18:47:44 +00:00
chore: migrate cube host
This commit is contained in:
parent
dad68acf68
commit
f2ab446c48
45 changed files with 904 additions and 88 deletions
|
@ -2,7 +2,10 @@
|
|||
inherit (lib) mkValue;
|
||||
in {
|
||||
options.networking = {
|
||||
ipv4 = mkValue null;
|
||||
ipv6 = mkValue null;
|
||||
ipv4.address = mkValue null;
|
||||
ipv4.prefixLength = mkValue 22;
|
||||
|
||||
ipv6.address = mkValue null;
|
||||
ipv6.prefixLength = mkValue 64;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue