Compare commits
2 Commits
6f92f8fa8b
...
5c8ee0578f
Author | SHA1 | Date | |
---|---|---|---|
5c8ee0578f | |||
767b154eb2 |
10
THOUGHTS.txt
10
THOUGHTS.txt
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user