summaryrefslogtreecommitdiff
path: root/systems/glados/default.nix
diff options
context:
space:
mode:
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
];