From 4e5ea1832a1ebeaea2b99d93cb3532f01f356610 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Mon, 18 Nov 2024 18:01:24 +0100 Subject: initial configuration --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index cd0efaf..47212a4 100644 --- a/flake.nix +++ b/flake.nix @@ -7,6 +7,7 @@ outputs = { nixpkgs, my-nixpkgs, + nixos-hardware, ... }: { nixosConfigurations = let @@ -22,9 +23,10 @@ in { hephaistos = nixpkgs.lib.nixosSystem { inherit system; + specialArgs = {inherit nixos-hardware;}; modules = commonModules - ++ [./config ./config/hardware-configuration.nix]; + ++ [./config]; }; hephaistos-test = nixpkgs.lib.nixosSystem { inherit system; -- cgit v1.2.3