Fixing all warnings

This commit is contained in:
Lyes Saadi 2026-03-06 20:34:14 +01:00
parent 32720ae712
commit 169912a47b
Signed by: lyes
GPG key ID: 55A1D803917CF39A
15 changed files with 124 additions and 92 deletions

View file

@ -23,7 +23,7 @@
programs.gamemode.enable = true;
environment.systemPackages = with pkgs; [
wineWowPackages.waylandFull
wineWow64Packages.waylandFull
mangohud
protonup-ng
];

View file

@ -20,18 +20,20 @@
services.resolved = {
enable = false;
dnssec = "true";
domains = [ "~." ];
fallbackDns = [
"9.9.9.9"
"149.112.112.112"
"1.1.1.1"
"1.0.0.1"
"2620:fe::fe"
"2620:fe::9"
];
settings.Resolve = {
DNSOverTLS = true;
settings = {
Resolve = {
DNSOverTLS = true;
DNSSEC = true;
Domains = [ "~." ];
FallbackDns = [
"9.9.9.9"
"149.112.112.112"
"1.1.1.1"
"1.0.0.1"
"2620:fe::fe"
"2620:fe::9"
];
};
};
};