1
0
Fork 0

Fixed some errors in flake.nix related to nixos-hardware

This commit is contained in:
Jan Grosser 2024-07-21 09:14:38 +02:00
parent 6ffc1e1811
commit b07e25778e

View file

@ -18,7 +18,7 @@
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
};
outputs = { self, nixpkgs, home-manager, stylix, ... }@inputs: {
outputs = { self, nixpkgs, home-manager, stylix, nixos-hardware, ... }@inputs: {
nixosConfigurations = {
# Test host in VirtualBox
@ -38,7 +38,7 @@
# Model picked up from
# https://github.com/NixOS/nixos-hardware/blob/master/flake.nix
nixos-hardware.nixosModules.lenovo-thinkpad-p14s-amd-gen2
nixos-hardware.nixosModules.lenovo-thinkpad-p14s-amd-gen2 ./hosts/p14s/configuration.nix
# Home-Manager
#inputs.home-manager.nixosModules.default