From 0fec91c4bf9a1d61e46304f096b157d3dd2de8a7 Mon Sep 17 00:00:00 2001 From: Mirza Arnaut Date: Mon, 6 Jan 2025 02:39:57 +0000 Subject: [PATCH] Add coffee-lake config for shinji --- hosts/shinji/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix index 13fc814..8495fb7 100644 --- a/hosts/shinji/default.nix +++ b/hosts/shinji/default.nix @@ -1,5 +1,7 @@ +{ inputs, ... }: { imports = [ + (inputs.nixos-hardware.outPath + "/common/cpu/intel/coffee-lake") ./configuration.nix # ./disk.nix ./hardware-configuration.nix