working down the TODOs

doc-do-over
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

@ -2134,10 +2134,10 @@ Mon Aug 28 16:58:49 BST 2023
Thu Aug 31 23:53:54 BST 2023
- anything else in rotuer.nix that we should servicify
- packet forwarding
[done] - packet forwarding
- dhcp6 client
- what to do with acquire-{wan,lan} scripts?
- anything in vanilla-configuration ditto
- [done] anything in vanilla-configuration ditto
- packet forwarding
- and arhcive
- rsync
@ -2149,3 +2149,5 @@ Thu Aug 31 23:53:54 BST 2023
- [done] services for liminix.networking
- [done] write a blog entry
- [done] ntp is not setting the time
- static dhcp(6) lease support reqd for dogfooding

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;
};