Fixed some errors in flake.nix related to nixos-hardware
This commit is contained in:
parent
6ffc1e1811
commit
b07e25778e
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
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 = {
|
nixosConfigurations = {
|
||||||
|
|
||||||
# Test host in VirtualBox
|
# Test host in VirtualBox
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
# Model picked up from
|
# Model picked up from
|
||||||
# https://github.com/NixOS/nixos-hardware/blob/master/flake.nix
|
# 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
|
# Home-Manager
|
||||||
#inputs.home-manager.nixosModules.default
|
#inputs.home-manager.nixosModules.default
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue