add fixes in order to be compatible with 24.11
This commit is contained in:
parent
b9087c333b
commit
bd18abd3e8
7 changed files with 15 additions and 18 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue