summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorseth <[email protected]>2024-01-12 17:47:47 -0500
committerseth <[email protected]>2024-01-12 17:47:47 -0500
commit9fbcadff434ec1e5c3d34e506b3d9d84a9650386 (patch)
treeb769064f342e6e37aa41757ce6ce2c84091561ce /systems
parente30e334159a86484e2bea7cdbed53d42d880864b (diff)
glados: put ssd module in right place
Diffstat (limited to 'systems')
-rw-r--r--systems/glados/default.nix2
-rw-r--r--systems/glados/nvidia.nix5
2 files changed, 4 insertions, 3 deletions
diff --git a/systems/glados/default.nix b/systems/glados/default.nix
index 3271515..717e371 100644
--- a/systems/glados/default.nix
+++ b/systems/glados/default.nix
@@ -1,6 +1,7 @@
{
lib,
self,
+ inputs,
...
}: {
imports = [
@@ -8,6 +9,7 @@
./hardware-configuration.nix
./nvidia.nix
+ inputs.nixos-hardware.nixosModules.common-pc-ssd
self.nixosModules.desktop
self.nixosModules.gnome
];
diff --git a/systems/glados/nvidia.nix b/systems/glados/nvidia.nix
index f026f3f..6695fca 100644
--- a/systems/glados/nvidia.nix
+++ b/systems/glados/nvidia.nix
@@ -3,9 +3,8 @@
inputs,
...
}: {
- imports = with inputs; [
- nixos-hardware.nixosModules.common-gpu-nvidia-nonprime
- nixos-hardware.nixosModules.common-pc-ssd
+ imports = [
+ inputs.nixos-hardware.nixosModules.common-gpu-nvidia-nonprime
];
hardware.nvidia = {