about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSebastian Sellmeier <mail@sebastian-sellmeier.de>2022-12-19 18:16:22 +0100
committerSebastian Sellmeier <mail@sebastian-sellmeier.de>2022-12-19 18:22:16 +0100
commitd3c6ea9d46c389109dc6e1f96302886ac226edd4 (patch)
treeea9ceeb6ebaa904ab461b1cb42f353d979930ee3 /nixos
parent3ff39f984faa5f528f7ac5e548110d4e20327aa1 (diff)
downloadnixlib-d3c6ea9d46c389109dc6e1f96302886ac226edd4.tar
nixlib-d3c6ea9d46c389109dc6e1f96302886ac226edd4.tar.gz
nixlib-d3c6ea9d46c389109dc6e1f96302886ac226edd4.tar.bz2
nixlib-d3c6ea9d46c389109dc6e1f96302886ac226edd4.tar.lz
nixlib-d3c6ea9d46c389109dc6e1f96302886ac226edd4.tar.xz
nixlib-d3c6ea9d46c389109dc6e1f96302886ac226edd4.tar.zst
nixlib-d3c6ea9d46c389109dc6e1f96302886ac226edd4.zip
greetd: use service-type 'idle' in systemd-service to avoid overlapping systemd-output
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/display-managers/greetd.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/display-managers/greetd.nix b/nixos/modules/services/display-managers/greetd.nix
index 96eddc1ce7cd..3a0f59f62afb 100644
--- a/nixos/modules/services/display-managers/greetd.nix
+++ b/nixos/modules/services/display-managers/greetd.nix
@@ -89,6 +89,8 @@ in
         SendSIGHUP = true;
         TimeoutStopSec = "30s";
         KeyringMode = "shared";
+
+        Type = "idle";
       };
 
       # Don't kill a user session when using nixos-rebuild