summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock16
-rw-r--r--flake.nix1
-rw-r--r--hosts/default.nix3
3 files changed, 0 insertions, 20 deletions
diff --git a/flake.lock b/flake.lock
index 20d1a34..9af7e64 100644
--- a/flake.lock
+++ b/flake.lock
@@ -366,21 +366,6 @@
"type": "github"
}
},
- "nixos-hardware": {
- "locked": {
- "lastModified": 1692373088,
- "narHash": "sha256-EPgCecdc9I8aTdmDNoO1l7R72r2WPhZRcesV4nzxBj8=",
- "owner": "NixOS",
- "repo": "nixos-hardware",
- "rev": "7f1836531b126cfcf584e7d7d71bf8758bb58969",
- "type": "github"
- },
- "original": {
- "owner": "NixOS",
- "repo": "nixos-hardware",
- "type": "github"
- }
- },
"nixos-wsl": {
"inputs": {
"flake-compat": [
@@ -564,7 +549,6 @@
"hm": "hm",
"lanzaboote": "lanzaboote",
"nix-index-database": "nix-index-database",
- "nixos-hardware": "nixos-hardware",
"nixos-wsl": "nixos-wsl",
"nixpkgs": "nixpkgs",
"nixpkgs-stable": "nixpkgs-stable",
diff --git a/flake.nix b/flake.nix
index 8d5927d..4c439ed 100644
--- a/flake.nix
+++ b/flake.nix
@@ -104,7 +104,6 @@
inputs.flake-utils.follows = "flake-utils";
};
- nixos-hardware.url = "github:NixOS/nixos-hardware";
nur.url = "github:nix-community/NUR";
openwrt-imagebuilder = {
diff --git a/hosts/default.nix b/hosts/default.nix
index 88f407e..7ec2742 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -18,9 +18,6 @@
nixosConfigurations = mapSystems {
glados = {
modules = with inputs; [
- nixos-hardware.nixosModules.common-cpu-amd-pstate
- nixos-hardware.nixosModules.common-gpu-nvidia-nonprime
- nixos-hardware.nixosModules.common-pc-ssd
lanzaboote.nixosModules.lanzaboote
];
profile = profiles.personal;