fixup old config
This commit is contained in:
parent
73986e131b
commit
a8fbff0576
4 changed files with 21 additions and 26 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue