From 073025036509f0c5982b2e39547e7d08b640a27b Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 11 Mar 2024 03:21:22 -0400 Subject: glados: make nvk specialisation --- systems/glados/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'systems/glados/default.nix') 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; }; -- cgit v1.2.3