Added temp fix for nvidia-open for nixos-hardware

This commit is contained in:
2024-09-01 20:34:30 -03:00
parent 93580543fe
commit d5988b0c13
4 changed files with 63 additions and 61 deletions

View File

@@ -25,6 +25,8 @@ in {
../../modules/kde.nix
];
hardware.nvidia.open = true;
# Set networking
hardware.enableRedistributableFirmware = true;
networking.hostName = hostname;