Increase timeout for display manager restart
This commit is contained in:
parent
a8dd72c6fc
commit
4db5c014eb
@ -4,6 +4,11 @@ let
|
||||
nonfree = import <nixos> { config.allowUnfree = true; };
|
||||
secrets = import ./secrets.nix;
|
||||
in {
|
||||
systemd.services.display-manager.serviceConfig = {
|
||||
StartLimitBurst = 16;
|
||||
StartLimitIntervalSec = 4;
|
||||
};
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
layout = "us,ru"; # see also home-manager.nix
|
||||
|
Loading…
Reference in New Issue
Block a user