Skip to content

Commit

Permalink
host/neo: Fix nvidia config until NixOS/nixos-hardware#1094 is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyndeno committed Sep 3, 2024
1 parent 25f0660 commit ff7c179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hosts/neo/specialisation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
];
services.switcherooControl.enable = true;
hardware.nvidia.modesetting.enable = true;
hardware.nvidia.open = false;
networking.hostName = "neo";
};
};
Expand Down

0 comments on commit ff7c179

Please sign in to comment.