Attempting stop job timeout limit (systemd)

This commit is contained in:
Zonsopkomst 2023-11-09 22:27:07 -06:00
parent 3b2ab71e93
commit 820119af7c
2 changed files with 8 additions and 0 deletions

7
common/systemd.nix Normal file
View File

@ -0,0 +1,7 @@
{ config, lib, pkgs, modulesPath, ... }:
{
systemd.extraConfig = ''
DefaultTimeoutStopSec=10s
'';
}

View File

@ -108,6 +108,7 @@
./common/gaming.nix
./common/insecure.nix
./common/networking.nix
./common/systemd.nix # Added 11/09/23
./common/terminal.nix
./common/unfree.nix
#./common/waydroid.nix