From b2cacf730578301cbb9369527a914fae130a2256 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 12 Oct 2023 12:03:23 +0200 Subject: [PATCH] add generated hardware config --- template/flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/template/flake.nix b/template/flake.nix index 97e0953..b70f201 100644 --- a/template/flake.nix +++ b/template/flake.nix @@ -21,6 +21,10 @@ (nixpkgs.outPath + "/nixos/modules/installer/scan/not-detected.nix") disko.nixosModules.disko + # Generate hardware configuration on target system and add it here. + # See README.md for details. + ./hardware-configs/yodaHP.nix + # Select disko disk layout configuration. ./disk-configs/simple-efi.nix #./disk-configs/zfs.nix