diff options
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -307,7 +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 = systemd.services."display-manager".environment; | 310 | environment = config.systemd.services."display-manager".environment; |
311 | serviceConfig = { | 311 | serviceConfig = { |
312 | Type = "simple"; | 312 | Type = "simple"; |
313 | User = "%I"; | 313 | User = "%I"; |