From 84c20abe3c45974d2d47cf7aa1cacd9487c6f585 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 26 Feb 2024 03:56:23 +0300 Subject: [PATCH] forgot generic.nix to intelnuc --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 7307d11..3896f52 100644 --- a/flake.nix +++ b/flake.nix @@ -44,6 +44,7 @@ nixosConfigurations.intelnuc = nixpkgs-unstable.lib.nixosSystem { system = "x86_64-linux"; modules = [ + ./hosts/generic.nix ./hosts/intelnuc/configuration.nix ./hosts/intelnuc/hardware-configuration.nix ];