Fixed nvidia?

This commit is contained in:
Aleksandr Lebedev 2025-02-28 20:40:01 +01:00
parent 08209e72c3
commit e1df719f9f
3 changed files with 4 additions and 13 deletions

View file

@ -38,7 +38,7 @@
};
boot = {
kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
#kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
@ -161,17 +161,7 @@
graphics = {
enable = true;
};
bluetooth = {
enable = true;
powerOnBoot = true;
settings = {
General = {
Experimental = true;
};
};
};
};
services.blueman.enable = true;
security.polkit.enable = true;

View file

@ -15,6 +15,7 @@
../../users/andrej
];
hardware.nvidia.open = lib.mkForce false;
#sops.secrets."ssh_keys/${hwconfig.hostname}" = {};
systemd.network.wait-online.enable = lib.mkForce false;
}