nixos-hardware: remove

This commit is contained in:
Rouven Seifert 2023-11-18 14:54:56 +01:00
parent edeca797c1
commit 41d348b037
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 1 additions and 18 deletions

View file

@ -293,20 +293,6 @@
"type": "github"
}
},
"nixos-hardware": {
"locked": {
"lastModified": 1699997707,
"narHash": "sha256-ugb+1TGoOqqiy3axyEZpfF6T4DQUGjfWZ3Htry1EfvI=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "5689f3ebf899f644a1aabe8774d4f37eb2f6c2f9",
"type": "github"
},
"original": {
"id": "nixos-hardware",
"type": "indirect"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1700204040,
@ -432,7 +418,6 @@
"lanzaboote": "lanzaboote",
"nix-colors": "nix-colors",
"nix-index-database": "nix-index-database",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs",
"pfersel": "pfersel",
"purge": "purge",

View file

@ -53,7 +53,6 @@
, agenix
, impermanence
, nix-colors
, nixos-hardware
, lanzaboote
, purge
, trucksimulatorbot
@ -80,7 +79,6 @@
./hosts/thinkpad
./shared
./users/rouven
nixos-hardware.nixosModules.common-pc-laptop-ssd
home-manager.nixosModules.home-manager
agenix.nixosModules.default
nix-index-database.nixosModules.nix-index
@ -102,7 +100,6 @@
system = "x86_64-linux";
specialArgs = attrs;
modules = [
nixos-hardware.nixosModules.common-pc-ssd
nix-index-database.nixosModules.nix-index
impermanence.nixosModules.impermanence
agenix.nixosModules.default

View file

@ -14,6 +14,7 @@
boot.kernelModules = [ "kvm-intel" ];
boot.initrd.systemd.enable = true;
boot.extraModulePackages = [ ];
services.fstrim.enable = true;
fileSystems."/" =
{