add preamble text to each service-providing-module

This commit is contained in:
Daniel Barlow
2023-08-07 23:03:49 +01:00
parent 615c2de537
commit 5cff862ae9
5 changed files with 43 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
## PPP
## ===
##
## A rudimentary PPPoE (PPP over Ethernet) configuration to address
## the case where your Liminix device is connected to an upstream
## network using PPPoE. This is typical for UK broadband connections
## (except "cable"), and common in some other localities as well: ask
## your ISP if this is you.
{ lib, pkgs, config, ...}:
let
inherit (lib) mkOption types;