forked from DGNum/liminix
working down the TODOs
This commit is contained in:
parent
3b9c5635b8
commit
6805e0090d
2 changed files with 5 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue