test: trying to fix opencloud

This commit is contained in:
Nick 2025-11-30 18:39:54 -06:00
parent 6da9433ba0
commit dc66e0050d
2 changed files with 4 additions and 4 deletions

View file

@ -89,7 +89,7 @@ in
network = {
enable = true;
networks."20-lan" = {
matchConfig.Name = "enp0s5";
matchConfig.Name = "enp0s6";
addresses = [
{ Address = "${serviceCfg.interface.ip}/24"; }
];