summaryrefslogtreecommitdiff
path: root/systems/glados/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-03-11 03:21:22 -0400
committerseth <[email protected]>2024-03-11 03:24:24 -0400
commit073025036509f0c5982b2e39547e7d08b640a27b (patch)
tree7293920a6d65f7103df462f45d7a0907b55f997c /systems/glados/default.nix
parentd462cd5e3c42e618c61e284c534e3652d186ef1a (diff)
glados: make nvk specialisation
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;
};