#efiSupport = true;
#enableCryptodisk = true;
};
+ boot.zfs.requestEncryptionCredentials = [ hostName ];
hardware.enableRedistributableFirmware = true;
services.pipewire.jack.enable = true;
+ services.acpid = {
+ # Suspending not work well on this old computer.
+ lidEventCommands = "";
+ };
+
}