all repos — nixfiles @ 64e9be00921dfa2bcaebde0d7a18e59d2176b0d6

System and user configuration, managed by nix and home-manager

prefect: add hardware tweaks from nixos-hardware
Alan Pearce alan@alanpearce.eu
Thu, 16 Apr 2020 10:04:04 +0200
commit

64e9be00921dfa2bcaebde0d7a18e59d2176b0d6

parent

69b6c09db21b237af2bbfe2293e1535bdecf4af2

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M system/prefect.nixsystem/prefect.nix
@@ -2,6 +2,8 @@ { config, pkgs, ... }: 
 { imports = [
     ./hardware-configuration.nix
+    <nixos-hardware/common/pc/ssd>
+    <nixos-hardware/common/cpu/intel>
 
     ./settings/satoshipay.nix
     ./settings/base.nix