summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/hosts/default.nix b/hosts/default.nix
index 88f407e..7ec2742 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -18,9 +18,6 @@
nixosConfigurations = mapSystems {
glados = {
modules = with inputs; [
- nixos-hardware.nixosModules.common-cpu-amd-pstate
- nixos-hardware.nixosModules.common-gpu-nvidia-nonprime
- nixos-hardware.nixosModules.common-pc-ssd
lanzaboote.nixosModules.lanzaboote
];
profile = profiles.personal;