diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-12-04 08:41:23 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-12-04 08:41:23 +0530 |
commit | c70d3ea547488b421919b8109ae0843037e25fc9 (patch) | |
tree | 17fdbeabc7ab70d002a96e3f23222273e2af34b3 /hosts/kay | |
parent | 54722454d8e5b7a8fbe67af0e07897a9511361d8 (diff) |
kay/network: debug logs for pppd
Diffstat (limited to 'hosts/kay')
-rw-r--r-- | hosts/kay/modules/network.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/kay/modules/network.nix b/hosts/kay/modules/network.nix index 4714295..c31765b 100644 --- a/hosts/kay/modules/network.nix +++ b/hosts/kay/modules/network.nix @@ -39,6 +39,7 @@ in defaultroute persist noauth + debug ''; peers.bsnl = { enable = true; |