From e0f22fde1b5243acefa7e16db83bf6feb3d8039e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 30 Nov 2025 17:22:35 +0100 Subject: ... --- hosts/vidhar/network/pppoe.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/vidhar') 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 @@ with lib; let - pppInterface = config.networking.pppInterface; + inherit (config.networking) pppInterface; in { options = { networking.pppInterface = mkOption { -- cgit v1.2.3