some vr stuff

This commit is contained in:
Kopatz
2025-06-29 19:18:47 +02:00
parent df27b2f789
commit d10fed2673
4 changed files with 109 additions and 5 deletions

View File

@@ -18,6 +18,7 @@
../../modules/misc/faster-boot-time.nix
#../../modules/hardware/ryzenmonitor.nix
../../modules/networkmanager.nix
../../modules/hardware/vr.nix
];
custom = {
@@ -170,11 +171,11 @@
# disable until CVE-2024-47176, CVE-2024-47076, CVE-2024-47175, and CVE-2024-47177 is fixed
services.printing.enable = false;
services.printing.drivers = [ pkgs.brlaser ];
services.avahi = {
enable = false;
nssmdns4 = true;
openFirewall = true;
};
#services.avahi = {
# enable = false;
# nssmdns4 = true;
# openFirewall = true;
#};
# Enable automatic login for the user.
#services.xserver.displayManager.autoLogin.enable = true;