feat: lots of things, really

This commit is contained in:
Kat Inskip 2024-11-13 19:30:43 -05:00
parent 5448280ec8
commit 185833d1fb
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
28 changed files with 200 additions and 168 deletions

View file

@ -1,11 +1,10 @@
{pkgs, ...}: {
hardware.opengl = {
driSupport32Bit = true;
};
hardware.graphics = {
enable32Bit = true;
extraPackages = with pkgs; [
amdvlk
];
extraPackages32 = with pkgs; [
driversi686Linux.amdvlk
driversi686Linux.mesa
];
};

View file

@ -4,10 +4,10 @@ in {
networking = {
networkmanager.dns = mkForce "none";
nameservers = [
"172.20.0.1"
/*"1.1.1.1#cloudflare-dns.com"
#"172.20.0.1"
"1.1.1.1#cloudflare-dns.com"
"1.0.0.1#cloudflare-dns.com"
"8.8.8.8#dns.google"*/
"8.8.8.8#dns.google"
];
};
services.resolved = {