summary refs log tree commit diff
path: root/nixos/modules/services/ttys
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-01-15 08:52:08 -0500
committerShea Levy <shea@shealevy.com>2014-01-15 08:52:08 -0500
commitfd97be3501c07a933d70278a4871655568e808e9 (patch)
treed745cb148b0d67d50c8da8112dd9d95ee10cdb2a /nixos/modules/services/ttys
parent646af581f5905cb58cf74bc478f6f98daf1b4522 (diff)
downloadnixlib-fd97be3501c07a933d70278a4871655568e808e9.tar
nixlib-fd97be3501c07a933d70278a4871655568e808e9.tar.gz
nixlib-fd97be3501c07a933d70278a4871655568e808e9.tar.bz2
nixlib-fd97be3501c07a933d70278a4871655568e808e9.tar.lz
nixlib-fd97be3501c07a933d70278a4871655568e808e9.tar.xz
nixlib-fd97be3501c07a933d70278a4871655568e808e9.tar.zst
nixlib-fd97be3501c07a933d70278a4871655568e808e9.zip
Don't restart kmscon VTs if the unit changes
Signed-off-by: Shea Levy <shea@shealevy.com>
Diffstat (limited to 'nixos/modules/services/ttys')
-rw-r--r--nixos/modules/services/ttys/kmscon.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/ttys/kmscon.nix b/nixos/modules/services/ttys/kmscon.nix
index 82a29734cdc6..6cb1ec648e55 100644
--- a/nixos/modules/services/ttys/kmscon.nix
+++ b/nixos/modules/services/ttys/kmscon.nix
@@ -58,6 +58,8 @@ in {
       TTYReset=yes
       TTYVHangup=yes
       TTYVTDisallocate=yes
+
+      X-RestartIfChanged=false
     '';
 
     systemd.units."autovt@.service".linkTarget = "${config.systemd.units."kmsconvt@.service".unit}/kmsconvt@.service";