forked from mirrors/nixpkgs
systemd: Set KillUserProcesses=no in logind.conf
Full discussion at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825394 NixOS is even more of a server OS than Debian, and I can think of no reason to make users jump through this sort of hoop.
This commit is contained in:
parent
fbde3a7452
commit
93c160fabc
|
@ -669,6 +669,7 @@ in
|
|||
|
||||
"systemd/logind.conf".text = ''
|
||||
[Login]
|
||||
KillUserProcesses=no
|
||||
${config.services.logind.extraConfig}
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue