working down the TODOs
This commit is contained in:
parent
3b9c5635b8
commit
6805e0090d
2 changed files with 5 additions and 3 deletions
|
@ -2134,10 +2134,10 @@ Mon Aug 28 16:58:49 BST 2023
|
||||||
Thu Aug 31 23:53:54 BST 2023
|
Thu Aug 31 23:53:54 BST 2023
|
||||||
|
|
||||||
- anything else in rotuer.nix that we should servicify
|
- anything else in rotuer.nix that we should servicify
|
||||||
- packet forwarding
|
[done] - packet forwarding
|
||||||
- dhcp6 client
|
- dhcp6 client
|
||||||
- what to do with acquire-{wan,lan} scripts?
|
- what to do with acquire-{wan,lan} scripts?
|
||||||
- anything in vanilla-configuration ditto
|
- [done] anything in vanilla-configuration ditto
|
||||||
- packet forwarding
|
- packet forwarding
|
||||||
- and arhcive
|
- and arhcive
|
||||||
- rsync
|
- rsync
|
||||||
|
@ -2149,3 +2149,5 @@ Thu Aug 31 23:53:54 BST 2023
|
||||||
- [done] services for liminix.networking
|
- [done] services for liminix.networking
|
||||||
- [done] write a blog entry
|
- [done] write a blog entry
|
||||||
- [done] ntp is not setting the time
|
- [done] ntp is not setting the time
|
||||||
|
- static dhcp(6) lease support reqd for dogfooding
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,7 @@ in rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
services.int = svc.network.address.build {
|
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;
|
family = "inet"; address ="10.8.0.1"; prefixLength = 16;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue