add fixes in order to be compatible with 24.11

This commit is contained in:
Fabian Montero 2024-11-30 20:26:05 -06:00
parent b9087c333b
commit bd18abd3e8
Signed by untrusted user: fabian
GPG key ID: 1FFAC35E1798174F
7 changed files with 15 additions and 18 deletions

View file

@ -47,11 +47,7 @@
};
services.libinput.enable = true;
hardware.opengl.enable = true;
# Enable sound.
# Remove sound.enable or set it to false if you had it set previously, as sound.enable is only meant for ALSA-based configurations
sound.enable = false;
hardware.graphics.enable = true;
security.rtkit.enable = true;
@ -101,14 +97,12 @@
virtualisation.libvirtd.onBoot = "start";
nix = {
package = pkgs.nixFlakes;
package = pkgs.nixVersions.stable;
extraOptions = ''
experimental-features = nix-command flakes repl-flake
experimental-features = nix-command flakes
'';
};
hardware.opengl.driSupport32Bit = true;
services.openssh.enable = true;
services.earlyoom = {