summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 5e314af8..95db2ebb 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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";