summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 458aaab..76dd024 100644
--- a/flake.nix
+++ b/flake.nix
@@ -5,6 +5,7 @@
nixos-wsl.url = "git+https://github.com/nix-community/NixOS-WSL?ref=main";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
+ nixos-hardware.url = "github.com:NixOS/nixos-hardware";
lanzaboote.url = "github:nix-community/lanzaboote";
};
@@ -53,6 +54,7 @@
interop.includePath = false;
};
})
+ nixos-hardware.nixosModules.common-cpu-amd-pstate
./users/seth
];
pkgs = nixpkgs;