summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-09-06 19:15:07 +0530
committersinanmohd <sinan@sinanmohd.com>2023-09-07 23:05:50 +0530
commitf760cf46b3eb5fa0fd0c841d854e88dc66d7d50c (patch)
tree3a5bbdf01ce179fd2dbc6a6faef36d5ae4c367bf /common.nix
parent4972c53e861752d9b3ca29a58c71db84973c9ab5 (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.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index 31fedc9..98cf87f 100644
--- a/common.nix
+++ b/common.nix
@@ -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