diff options
| author | seth <[email protected]> | 2023-11-06 14:36:18 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-06 14:36:18 -0500 |
| commit | 03e3400e1c7572dcbb17bd20de5e10d3c289de8a (patch) | |
| tree | 424473ac2aaa6e55394f5c849b8919ef14f81342 /systems/default.nix | |
| parent | 868263ab2effc0536489837bdba5183623e6507f (diff) | |
systems: use nixos-hardware
Diffstat (limited to 'systems/default.nix')
| -rw-r--r-- | systems/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/default.nix b/systems/default.nix index 31e9004..323d361 100644 --- a/systems/default.nix +++ b/systems/default.nix @@ -38,6 +38,8 @@ in { modules = [ inputs.lanzaboote.nixosModules.lanzaboote + inputs.nixos-hardware.nixosModules.common-gpu-nvidia-nonprime + inputs.nixos-hardware.nixosModules.common-pc-ssd ] ++ nixos; }; |
