Add elara sas specialisation

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-02-10 11:46:22 +00:00
parent ad5039fc3c
commit 73ae6a6a73
11 changed files with 84 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
{ ... }:
{
hardware.enableAllFirmware = true;
hardware.enableAllHardware = true;
boot.initrd.kernelModules = [
"nvme"
@@ -11,7 +11,5 @@
"sd_mod"
];
nixpkgs.hostPlatform = "x86_64-linux";
services.fstrim.enable = true;
}