diff options
-rw-r--r-- | hel.nix | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -418,6 +418,10 @@ | |||
418 | 418 | ||
419 | environment.variables = { | 419 | environment.variables = { |
420 | SSL_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt"; | 420 | SSL_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt"; |
421 | SANE_CONFIG_DIR = "/etc/sane.d"; | ||
422 | TPRINT_BASEURL = "http://bragi.asgard.yggdrasil/thermoprint/api"; | ||
423 | MPD_HOST = "bragi.asgard.yggdrasil"; | ||
424 | MPD_PORT = "6600"; | ||
421 | }; | 425 | }; |
422 | 426 | ||
423 | environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./hel/wacom.conf; | 427 | environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./hel/wacom.conf; |
@@ -425,13 +429,6 @@ | |||
425 | environment.etc."sane.d/dll.conf".text = "xerox_mfp"; | 429 | environment.etc."sane.d/dll.conf".text = "xerox_mfp"; |
426 | environment.etc."sane.d/xerox_mfp.conf".text = "tcp printer.asgard.yggdrasil"; | 430 | environment.etc."sane.d/xerox_mfp.conf".text = "tcp printer.asgard.yggdrasil"; |
427 | 431 | ||
428 | environment.sessionVariables = { | ||
429 | "SANE_CONFIG_DIR" = "/etc/sane.d"; | ||
430 | "TPRINT_BASEURL" = "http://bragi.asgard.yggdrasil/thermoprint/api"; | ||
431 | "MPD_HOST" = "bragi.asgard.yggdrasil"; | ||
432 | "MPD_PORT" = "6600"; | ||
433 | }; | ||
434 | |||
435 | systemd.services."kill-user@" = { | 432 | systemd.services."kill-user@" = { |
436 | serviceConfig = { | 433 | serviceConfig = { |
437 | Type = "oneshot"; | 434 | Type = "oneshot"; |