summaryrefslogtreecommitdiff
path: root/systems/glados/default.nix
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/glados/default.nix
parente30e334159a86484e2bea7cdbed53d42d880864b (diff)
glados: put ssd module in right place
Diffstat (limited to 'systems/glados/default.nix')
-rw-r--r--systems/glados/default.nix2
1 files changed, 2 insertions, 0 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
];