diff options
-rw-r--r-- | hosts/vidhar/network/dsl.nix | 2 | ||||
-rw-r--r-- | 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 { | |||
95 | route = [{ prefix = "::/0"; }]; | 95 | route = [{ prefix = "::/0"; }]; |
96 | rdnss = [{ servers = ["::"]; }]; | 96 | rdnss = [{ servers = ["::"]; }]; |
97 | dnssl = [{ domain_names = ["yggdrasil"]; }]; | 97 | dnssl = [{ domain_names = ["yggdrasil"]; }]; |
98 | other_config = true; | 98 | # other_config = true; |
99 | } | 99 | } |
100 | { name = "dmz01"; | 100 | { name = "dmz01"; |
101 | advertise = true; | 101 | 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 @@ | |||
3 | home-manager.users.${userName} = { | 3 | home-manager.users.${userName} = { |
4 | home.packages = with pkgs; [ yt-dlp ]; | 4 | home.packages = with pkgs; [ yt-dlp ]; |
5 | xdg.configFile."yt-dlp/config".text = '' | 5 | xdg.configFile."yt-dlp/config".text = '' |
6 | --netrc | 6 | --cookies-from-browser firefox |
7 | --mark-watched | 7 | --mark-watched |
8 | --format ${lib.concatStringsSep "/" [ | 8 | --format ${lib.concatStringsSep "/" [ |
9 | "bestvideo[width<=3840][height<=2160][fps<=60]+bestaudio" | 9 | "bestvideo[width<=3840][height<=2160][fps<=60]+bestaudio" |