diff options
| author | qaristote <quentin.aristote@ens.fr> | 2023-03-16 11:47:11 +0100 |
|---|---|---|
| committer | qaristote <quentin.aristote@ens.fr> | 2023-03-16 11:47:11 +0100 |
| commit | 7417d85ee2f268c8e1aa36a86fe271891eebbb89 (patch) | |
| tree | b2562ba1989f116aa065b760f05df27bd686e051 /nixos/hardware/default.nix | |
| parent | ace3d178fbf141c3d6e44b415d43dad46a5d85b8 (diff) | |
initial commit
Diffstat (limited to 'nixos/hardware/default.nix')
| -rw-r--r-- | nixos/hardware/default.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/nixos/hardware/default.nix b/nixos/hardware/default.nix index 9c0fa3a..8d932d0 100644 --- a/nixos/hardware/default.nix +++ b/nixos/hardware/default.nix @@ -12,7 +12,7 @@ personal.hardware = { usb.enable = true; - disks.crypted = "/dev/disk/by-uuid/10aefeb6-e479-43cb-9848-53bd788a77ee"; + disks.crypted = "/dev/disk/by-uuid/18b3e6f0-6ad5-471e-bdf4-e1710d99f13f"; firmwareNonFree.enable = true; keyboard.keyMap = "fr"; backlights = { @@ -21,7 +21,5 @@ }; sound.enable = true; }; - - # https://wiki.archlinux.org/title/Dell_Latitude_7280 - boot.kernelParams = [ "intel_idle.max_cstate=4" ]; } + |
