1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-27 18:17:44 +00:00

fix: fix cube config

This commit is contained in:
RGBCube 2025-02-23 16:02:37 +03:00
parent 203496b971
commit 75681cf8d3
2 changed files with 5 additions and 3 deletions

View file

@ -7,7 +7,7 @@ in {
inherit (config.networking.ipv4) address prefixLength;
}];
ipv6.addresses = optionals (config.networking.ipv4.address != null) [{
ipv6.addresses = optionals (config.networking.ipv6.address != null) [{
inherit (config.networking.ipv6) address prefixLength;
}];
};