summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 16df3ef1..e67a522b 100644
--- a/hel.nix
+++ b/hel.nix
@@ -307,6 +307,7 @@
307 environment.etc."sane.d/xerox_mfp.conf".text = "tcp printer.asgard.yggdrasil"; 307 environment.etc."sane.d/xerox_mfp.conf".text = "tcp printer.asgard.yggdrasil";
308 308
309 systemd.services."slimlock@" = { 309 systemd.services."slimlock@" = {
310 environment = system.services."display-manager".environment;
310 serviceConfig = { 311 serviceConfig = {
311 Type = "simple"; 312 Type = "simple";
312 User = "%I"; 313 User = "%I";