fixup old config

This commit is contained in:
Grisha Shipunov 2025-01-09 18:37:46 +01:00
parent 73986e131b
commit a8fbff0576
4 changed files with 21 additions and 26 deletions

View file

@ -6,6 +6,8 @@
"amd_pstate=active"
# try to fix weird flickering
"amdgpu.sg_display=0"
# some weird amd PSR shit...
"amdgpu.dcdebugmask=0x10"
];
# hardware.graphics = {

View file

@ -5,8 +5,6 @@
./zw.nix
];
environment.systemPackages = with pkgs; [ iwgtk ];
# kick out networkmanager
networking.networkmanager.enable = lib.mkForce false;
networking.useNetworkd = true;
@ -21,7 +19,7 @@
services.resolved = {
enable = true;
dnssec = "allow-downgrade";
dnssec = "false";
fallbackDns = [
"9.9.9.9"
"2620:fe::fe"