Update to 24.05

This commit is contained in:
Filippo Berto 2024-05-29 13:45:48 +02:00
parent c84fe9bb12
commit ed1a2c021a
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
11 changed files with 39 additions and 31 deletions

View file

@ -26,5 +26,10 @@
};
};
programs.alvr = {
enable = true;
openFirewall = true;
};
services.xserver.videoDrivers = [ "nvidia" ];
}