diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-09-06 19:15:07 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-09-07 23:05:50 +0530 |
commit | f760cf46b3eb5fa0fd0c841d854e88dc66d7d50c (patch) | |
tree | 3a5bbdf01ce179fd2dbc6a6faef36d5ae4c367bf /common.nix | |
parent | 4972c53e861752d9b3ca29a58c71db84973c9ab5 (diff) |
modules/pppd: init
additions over upstream pppd module:
* symlinks for peer config (to hide usernames)
* added default options (/etc/ppp/options)
* full link up/down script support
Diffstat (limited to 'common.nix')
-rw-r--r-- | common.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,9 +6,11 @@ let host = config.networking.hostName; in { + disabledModules = [ "services/networking/pppd.nix" ]; imports = [ ./modules/userdata.nix ./modules/dev.nix + ./modules/pppd.nix ]; # boot |