working down the TODOs

This commit is contained in:
Daniel Barlow 2023-09-01 17:57:22 +01:00
parent 3b9c5635b8
commit 6805e0090d
2 changed files with 5 additions and 3 deletions

View file

@ -76,7 +76,7 @@ in rec {
};
services.int = svc.network.address.build {
interface = svc.bridge.primary.build { ifname = "int"; };# services.int;
interface = svc.bridge.primary.build { ifname = "int"; };
family = "inet"; address ="10.8.0.1"; prefixLength = 16;
};