fix: nvidia hardware config
This commit is contained in:
parent
9f05c20cca
commit
9c2da1547b
5 changed files with 34 additions and 27 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue