fix: nvidia hardware config

This commit is contained in:
DACHXY 2024-12-26 14:12:14 +08:00
parent 9f05c20cca
commit 9c2da1547b
5 changed files with 34 additions and 27 deletions

View file

@ -2,15 +2,15 @@
{
imports = [
inputs.home-manager.nixosModules.default
./hardware-configuration.nix
../../modules
../../modules/nvidia.nix
./boot.nix
inputs.home-manager.nixosModules.default
];
# Overrides
networking.hostName = "dn-pre7780";
networking.hostName = lib.mkForce "dn-pre7780";
system.stateVersion = "24.11";
home-manager = {