diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-11-30 17:22:35 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-11-30 17:22:35 +0100 |
| commit | e0f22fde1b5243acefa7e16db83bf6feb3d8039e (patch) | |
| tree | bb863635b8ffb243fc5f06d07670e728b30c215d /hosts/vidhar/network/pppoe.nix | |
| parent | 213af309ab7e03be502d59d71e26298e6008e5b4 (diff) | |
| download | nixos-e0f22fde1b5243acefa7e16db83bf6feb3d8039e.tar nixos-e0f22fde1b5243acefa7e16db83bf6feb3d8039e.tar.gz nixos-e0f22fde1b5243acefa7e16db83bf6feb3d8039e.tar.bz2 nixos-e0f22fde1b5243acefa7e16db83bf6feb3d8039e.tar.xz nixos-e0f22fde1b5243acefa7e16db83bf6feb3d8039e.zip | |
...flakes-bump
Diffstat (limited to 'hosts/vidhar/network/pppoe.nix')
| -rw-r--r-- | hosts/vidhar/network/pppoe.nix | 2 |
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 @@ | |||
| 3 | with lib; | 3 | with lib; |
| 4 | 4 | ||
| 5 | let | 5 | let |
| 6 | pppInterface = config.networking.pppInterface; | 6 | inherit (config.networking) pppInterface; |
| 7 | in { | 7 | in { |
| 8 | options = { | 8 | options = { |
| 9 | networking.pppInterface = mkOption { | 9 | networking.pppInterface = mkOption { |
