migration PC fixe vers Wayland

This commit is contained in:
nyanloutre 2024-07-08 14:09:46 +02:00
parent e8586051dd
commit 5a83340353
Signed by: nyanloutre
GPG key ID: 194A92D1103ACB2A
3 changed files with 15 additions and 197 deletions

View file

@ -11,6 +11,10 @@
services.xserver.videoDrivers = [ "nvidia" ];
hardware.cpu.amd.updateMicrocode = true;
hardware.nvidia = {
modesetting.enable = true;
nvidiaSettings = false;
};
fileSystems."/" =
{ device = "rpool/root/nixos";