about summary refs log tree commit diff
path: root/nixos/modules/services/x11
diff options
context:
space:
mode:
authorJanik <80165193+Janik-Haag@users.noreply.github.com>2023-08-26 20:21:20 +0200
committerGitHub <noreply@github.com>2023-08-26 20:21:20 +0200
commit1f0c32573994636aa670b487970d6031d852fc9d (patch)
treec91e4f3ee6489681718bdb3bff851db8c9a26408 /nixos/modules/services/x11
parent30d06bc78b0743248aa66c803ab815238c96263b (diff)
parent4d0d7fb93e05e8424a446526c0da2cf86a28d631 (diff)
downloadnixlib-1f0c32573994636aa670b487970d6031d852fc9d.tar
nixlib-1f0c32573994636aa670b487970d6031d852fc9d.tar.gz
nixlib-1f0c32573994636aa670b487970d6031d852fc9d.tar.bz2
nixlib-1f0c32573994636aa670b487970d6031d852fc9d.tar.lz
nixlib-1f0c32573994636aa670b487970d6031d852fc9d.tar.xz
nixlib-1f0c32573994636aa670b487970d6031d852fc9d.tar.zst
nixlib-1f0c32573994636aa670b487970d6031d852fc9d.zip
Merge pull request #250976 from Shados/sddm-include-tmpfile-config
Diffstat (limited to 'nixos/modules/services/x11')
-rw-r--r--nixos/modules/services/x11/display-managers/sddm.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/display-managers/sddm.nix b/nixos/modules/services/x11/display-managers/sddm.nix
index c04edd0d4b7a..47e60236eaeb 100644
--- a/nixos/modules/services/x11/display-managers/sddm.nix
+++ b/nixos/modules/services/x11/display-managers/sddm.nix
@@ -267,6 +267,7 @@ in
 
     environment.systemPackages = [ sddm ];
     services.dbus.packages = [ sddm ];
+    systemd.tmpfiles.packages = [ sddm ];
 
     # We're not using the upstream unit, so copy these: https://github.com/sddm/sddm/blob/develop/services/sddm.service.in
     systemd.services.display-manager.after = [