Adding parsec & Reboot Timeout & Update

This commit is contained in:
Lyes Saadi 2024-08-20 18:17:33 +02:00
parent a1f12efb6d
commit 279e4cebd4
No known key found for this signature in database
GPG key ID: 17418538BAA17767
6 changed files with 13 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, lib, ... }:
{
# OS Configuration
@ -12,6 +12,11 @@
zramSwap.enable = true;
# Reboot Timeout
systemd.extraConfig = ''
DefaultTimeoutStopSec=10s
'';
# Firmware
services.fwupd.enable = true;
services.fprintd.enable = true;