diff options
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 = { |