1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
5c8ee0578f check off some TODO items 2023-08-16 23:35:27 +01:00
767b154eb2 fix pppoe test 2023-08-16 23:35:12 +01:00
2 changed files with 6 additions and 6 deletions

View File

@ -2027,14 +2027,14 @@ to finish service/modules milestone
don't contain services" is an acceptable criterion
maybe this is not actually an issue, if the modules are
reasonably coherent. It looks odd now because base.nix is a mess
- print the module pathname so people know what to import
- docs don't print the examples
- and seem to be getting the default wrong too
[done] print the module pathname so people know what to import
[done] docs don't print the examples
[check?] and seem to be getting the default wrong too
- decide what we deem to be "internal" (if anything)
is `filesystem` internal, for example? or `busybox`? they're
both mostly _used_ internally but may still be valuable to expose
- maybe document outputs separately or not at all?
- bridge to be one service instead of two?
[done] maybe document outputs separately or not at all?
[done] bridge to be one service instead of two?
[done] get rid of services/
- anything else in rotuer.nix that we should servicify
- services for liminix.networking

View File

@ -13,7 +13,7 @@ in rec {
];
services.pppoe =
config.system.service.pppoe {
config.system.service.pppoe.build {
interface = interface { type = "hardware"; device = "eth0"; };
ppp-options = [
"debug" "+ipv6" "noauth"