mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Fix nixos-hardware
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs@{ nixpkgs, home-manager, ... }: {
|
outputs = inputs@{ nixpkgs, home-manager, nixos-hardware, ... }: {
|
||||||
nixosConfigurations = let
|
nixosConfigurations = let
|
||||||
mkSystem = entrypoint: nixpkgs.lib.nixosSystem {
|
mkSystem = entrypoint: nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
|||||||
Reference in New Issue
Block a user