Fix errors and warnings
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m57s

This commit is contained in:
2025-05-27 00:52:34 +02:00
parent 183fb82d07
commit a75476b657
6 changed files with 7 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ in
addresses = if cfg.enableHostBridgeUnstable then [
{ Address = "10.0.0.1/24"; }
] else [
{ addressConfig.Address = "10.0.0.1/24"; }
{ Address = "10.0.0.1/24"; }
];
};