diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2026-09-23 18:39:31 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2026-09-23 18:39:31 +0200 |
| commit | a251a216210760016e53689eb2a4bcc74c6af942 (patch) | |
| tree | 4cdc2ac96b6268b09385d6f88963260e3c83150e /hosts | |
| parent | 19355581e512d3f1fb15e36675d7f2a0578ca5ea (diff) | |
| download | nixos-a251a216210760016e53689eb2a4bcc74c6af942.tar nixos-a251a216210760016e53689eb2a4bcc74c6af942.tar.gz nixos-a251a216210760016e53689eb2a4bcc74c6af942.tar.bz2 nixos-a251a216210760016e53689eb2a4bcc74c6af942.tar.xz nixos-a251a216210760016e53689eb2a4bcc74c6af942.zip | |
...
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/skadhi/hw.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/skadhi/hw.nix b/hosts/skadhi/hw.nix index 7fc286f4..93a7fd0f 100644 --- a/hosts/skadhi/hw.nix +++ b/hosts/skadhi/hw.nix | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | config = { | 7 | config = { |
| 8 | hardware.framework.laptop13.audioEnhancement.enable = true; | 8 | hardware.framework.laptop13.audioEnhancement.enable = true; |
| 9 | hardware.enableRedistributableFirmware = true; | ||
| 9 | services.fstrim.enable = false; | 10 | services.fstrim.enable = false; |
| 10 | 11 | ||
| 11 | services.udev.extraRules = '' | 12 | services.udev.extraRules = '' |
