summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vidhar/network/pppoe.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/network/pppoe.nix b/hosts/vidhar/network/pppoe.nix
index a891e269..d95922aa 100644
--- a/hosts/vidhar/network/pppoe.nix
+++ b/hosts/vidhar/network/pppoe.nix
@@ -3,7 +3,7 @@
3with lib; 3with lib;
4 4
5let 5let
6 pppInterface = config.networking.pppInterface; 6 inherit (config.networking) pppInterface;
7in { 7in {
8 options = { 8 options = {
9 networking.pppInterface = mkOption { 9 networking.pppInterface = mkOption {