From 93c160fabc0e3b5fb3d997c840ef86a68f4bce00 Mon Sep 17 00:00:00 2001 From: Svein Ove Aas Date: Mon, 6 Jun 2016 11:51:51 +0100 Subject: 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. --- nixos/modules/system/boot/systemd.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos') diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix index 076bbca850d9..3d8f29c80f95 100644 --- a/nixos/modules/system/boot/systemd.nix +++ b/nixos/modules/system/boot/systemd.nix @@ -669,6 +669,7 @@ in "systemd/logind.conf".text = '' [Login] + KillUserProcesses=no ${config.services.logind.extraConfig} ''; -- cgit 1.4.1