From f9acd43af65e1676d43a89bfc4cc5db94dfce26a Mon Sep 17 00:00:00 2001 From: Jakob Lechner Date: Thu, 29 Jun 2023 11:41:12 +0000 Subject: [PATCH] Change pppoe plugin library `rp-pppoe.so` does no longer exist, therefore changing it to `pppoe.so`. --- hosts/aluminium/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/aluminium/configuration.nix b/hosts/aluminium/configuration.nix index 271b18f..0228b51 100644 --- a/hosts/aluminium/configuration.nix +++ b/hosts/aluminium/configuration.nix @@ -100,7 +100,7 @@ in noipv6 novjccomp persist - plugin rp-pppoe.so enp2s0 + plugin pppoe.so enp2s0 user l8545506 ''; };