Fix warnings

This commit is contained in:
Thomas Avé 2026-03-10 13:57:18 +07:00
parent 4abe5367e9
commit 84530a1132
1 changed files with 8 additions and 8 deletions

View File

@ -35,13 +35,13 @@
expat expat
# Graphics / X11 / desktop # Graphics / X11 / desktop
xorg.libX11 libx11
xorg.libXext libxext
xorg.libXfixes libxfixes
xorg.libXdamage libxdamage
xorg.libXcomposite libxcomposite
xorg.libXrandr libxrandr
xorg.libxcb libxcb
libdrm libdrm
mesa mesa
libxkbcommon libxkbcommon
@ -136,7 +136,7 @@
services.resolved = { services.resolved = {
enable = pkgs.lib.mkDefault true; enable = pkgs.lib.mkDefault true;
fallbackDns = [ "1.1.1.1" "1.0.0.1" ]; settings.Resolve.FallbackDNS = [ "1.1.1.1" "1.0.0.1" ];
}; };
networking.nameservers = pkgs.lib.mkDefault ["1.1.1.1" "1.0.0.1"]; networking.nameservers = pkgs.lib.mkDefault ["1.1.1.1" "1.0.0.1"];
} }