summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index e6a50da2..e81627cb 100644
--- a/hel.nix
+++ b/hel.nix
@@ -425,7 +425,10 @@
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"; }; 428 environment.sessionVariables = {
429 "SANE_CONFIG_DIR" = "/etc/sane.d";
430 "TPRINT_BASEURL" = "http://bragi.asgard.yggdrasil/thermoprint/api";
431 };
429 432
430 systemd.services."kill-user@" = { 433 systemd.services."kill-user@" = {
431 serviceConfig = { 434 serviceConfig = {