summaryrefslogtreecommitdiff
path: root/hosts/toaster
diff options
context:
space:
mode:
authorGrisha Shipunov2025-01-09 18:37:46 +0100
committerGrisha Shipunov2025-01-09 18:37:46 +0100
commita8fbff057663149c4713c4cbaf83998a8d50de37 (patch)
tree95a6c97d2eb4bee0e99a6352f0a62b00e6d45593 /hosts/toaster
parent73986e131b1249b8f1eb58cc1287326604a5de34 (diff)
fixup old config
Diffstat (limited to 'hosts/toaster')
-rw-r--r--hosts/toaster/amd.nix2
-rw-r--r--hosts/toaster/network/default.nix4
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"