From 88c6558935373fa7caf8730497d63894daef436d Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 22 Jan 2021 01:02:45 +0100 Subject: tv ppp: allow networkd --- tv/2configs/ppp.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tv') diff --git a/tv/2configs/ppp.nix b/tv/2configs/ppp.nix index ff61f943..c801401b 100644 --- a/tv/2configs/ppp.nix +++ b/tv/2configs/ppp.nix @@ -8,8 +8,10 @@ in { assertions = [ { - assertion = config.networking.resolvconf.enable; - message = "ppp configuration needs resolvconf"; + assertion = + config.networking.resolvconf.enable || + config.networking.useNetworkd; + message = "ppp configuration needs resolvconf or networkd"; } ]; environment.etc."ppp/ip-up".source = pkgs.writeDash "ppp.ip-up" '' -- cgit v1.2.3