mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-18 17:11:39 +01:00
nixos-hardware: remove
This commit is contained in:
parent
edeca797c1
commit
41d348b037
3 changed files with 1 additions and 18 deletions
15
flake.lock
15
flake.lock
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.initrd.systemd.enable = true;
|
||||
boot.extraModulePackages = [ ];
|
||||
services.fstrim.enable = true;
|
||||
|
||||
fileSystems."/" =
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue