diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/toaster/amd.nix | 2 | ||||
| -rw-r--r-- | hosts/toaster/network/default.nix | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/hosts/toaster/amd.nix b/hosts/toaster/amd.nix index 54872a0..81f74c4 100644 --- a/hosts/toaster/amd.nix +++ b/hosts/toaster/amd.nix @@ -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 = { diff --git a/hosts/toaster/network/default.nix b/hosts/toaster/network/default.nix index 24b3854..028648f 100644 --- a/hosts/toaster/network/default.nix +++ b/hosts/toaster/network/default.nix @@ -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" |
