summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2020-04-16 10:04:04 +0200
committerAlan Pearce2020-04-16 10:04:04 +0200
commit64e9be00921dfa2bcaebde0d7a18e59d2176b0d6 (patch)
tree362dfb3330ca544ad36a747a4ded0bf726de65d4 /system
parent69b6c09db21b237af2bbfe2293e1535bdecf4af2 (diff)
downloadnixfiles-64e9be00921dfa2bcaebde0d7a18e59d2176b0d6.tar.lz
nixfiles-64e9be00921dfa2bcaebde0d7a18e59d2176b0d6.tar.zst
nixfiles-64e9be00921dfa2bcaebde0d7a18e59d2176b0d6.zip
prefect: add hardware tweaks from nixos-hardware
Diffstat (limited to 'system')
-rw-r--r--system/prefect.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index 7609d9a3..c0938bbf 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -2,6 +2,8 @@
 
 { imports = [
     ./hardware-configuration.nix
+    <nixos-hardware/common/pc/ssd>
+    <nixos-hardware/common/cpu/intel>
 
     ./settings/satoshipay.nix
     ./settings/base.nix