summaryrefslogtreecommitdiff
path: root/hosts/vidhar/network/pppoe.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-11-30 17:22:35 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2025-11-30 17:22:35 +0100
commite0f22fde1b5243acefa7e16db83bf6feb3d8039e (patch)
treebb863635b8ffb243fc5f06d07670e728b30c215d /hosts/vidhar/network/pppoe.nix
parent213af309ab7e03be502d59d71e26298e6008e5b4 (diff)
downloadnixos-e0f22fde1b5243acefa7e16db83bf6feb3d8039e.tar
nixos-e0f22fde1b5243acefa7e16db83bf6feb3d8039e.tar.gz
nixos-e0f22fde1b5243acefa7e16db83bf6feb3d8039e.tar.bz2
nixos-e0f22fde1b5243acefa7e16db83bf6feb3d8039e.tar.xz
nixos-e0f22fde1b5243acefa7e16db83bf6feb3d8039e.zip
Diffstat (limited to 'hosts/vidhar/network/pppoe.nix')
-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 {