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.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/systems/glados/default.nix b/systems/glados/default.nix
index c8dae73..847940e 100644
--- a/systems/glados/default.nix
+++ b/systems/glados/default.nix
@@ -1,15 +1,12 @@
{
lib,
pkgs,
- inputs,
...
}: {
imports = [
./boot.nix
./hardware-configuration.nix
- ./nvidia.nix
-
- inputs.nixos-hardware.nixosModules.common-pc-ssd
+ ./gpu.nix
];
archetypes.personal.enable = true;
@@ -34,6 +31,7 @@
services = {
flatpak.enable = true;
+ fstrim.enable = true;
fwupd.enable = true;
};