From b5146553030867cb6b3e2fb63286fb060214eaba Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 10 Apr 2022 22:22:27 +0200 Subject: ... --- hosts/vidhar/network/dsl.nix | 2 +- user-profiles/yt-dlp.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/vidhar/network/dsl.nix b/hosts/vidhar/network/dsl.nix index 03caadfd..9c4e554c 100644 --- a/hosts/vidhar/network/dsl.nix +++ b/hosts/vidhar/network/dsl.nix @@ -95,7 +95,7 @@ in { route = [{ prefix = "::/0"; }]; rdnss = [{ servers = ["::"]; }]; dnssl = [{ domain_names = ["yggdrasil"]; }]; - other_config = true; + # other_config = true; } { name = "dmz01"; advertise = true; diff --git a/user-profiles/yt-dlp.nix b/user-profiles/yt-dlp.nix index a7f1ce3b..c7378716 100644 --- a/user-profiles/yt-dlp.nix +++ b/user-profiles/yt-dlp.nix @@ -3,7 +3,7 @@ home-manager.users.${userName} = { home.packages = with pkgs; [ yt-dlp ]; xdg.configFile."yt-dlp/config".text = '' - --netrc + --cookies-from-browser firefox --mark-watched --format ${lib.concatStringsSep "/" [ "bestvideo[width<=3840][height<=2160][fps<=60]+bestaudio" -- cgit v1.2.3