diff options
-rw-r--r-- | hel.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -425,6 +425,8 @@ | |||
425 | environment.etc."sane.d/dll.conf".text = "xerox_mfp"; | 425 | environment.etc."sane.d/dll.conf".text = "xerox_mfp"; |
426 | environment.etc."sane.d/xerox_mfp.conf".text = "tcp printer.asgard.yggdrasil"; | 426 | environment.etc."sane.d/xerox_mfp.conf".text = "tcp printer.asgard.yggdrasil"; |
427 | 427 | ||
428 | environment.sessionVariables = { "SANE_CONFIG_DIR" = "/etc/sane.d"; }; | ||
429 | |||
428 | systemd.services."kill-user@" = { | 430 | systemd.services."kill-user@" = { |
429 | serviceConfig = { | 431 | serviceConfig = { |
430 | Type = "oneshot"; | 432 | Type = "oneshot"; |