Adding parsec & Reboot Timeout & Update
This commit is contained in:
parent
a1f12efb6d
commit
279e4cebd4
6 changed files with 13 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue