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 e81627cb..7a3a3af7 100644
--- a/hel.nix
+++ b/hel.nix
@@ -428,6 +428,8 @@
428 environment.sessionVariables = { 428 environment.sessionVariables = {
429 "SANE_CONFIG_DIR" = "/etc/sane.d"; 429 "SANE_CONFIG_DIR" = "/etc/sane.d";
430 "TPRINT_BASEURL" = "http://bragi.asgard.yggdrasil/thermoprint/api"; 430 "TPRINT_BASEURL" = "http://bragi.asgard.yggdrasil/thermoprint/api";
431 "MPD_HOST" = "bragi.asgard.yggdrasil";
432 "MPD_PORT" = "6600";
431 }; 433 };
432 434
433 systemd.services."kill-user@" = { 435 systemd.services."kill-user@" = {