diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2024-11-18 18:01:24 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2024-11-18 18:01:24 +0100 |
| commit | 4e5ea1832a1ebeaea2b99d93cb3532f01f356610 (patch) | |
| tree | dcb00e5d4cc6a934ebf65d20128994fea7aa4ccc /flake.nix | |
| parent | d5daa0f24954ccf218986e1e57f628262fc47a18 (diff) | |
initial configuration
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |
