diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-03-21 01:21:24 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-03-21 01:21:24 +0300 |
commit | 6f8d6d19b3fdf39d4f9aa418aab7a981071106f7 (patch) | |
tree | 1137ca463f067ef84cd184224db01336bd61f030 /modules/common/profiles/headful.nix | |
parent | 2023-03-20 (diff) |
2023-03-21
Diffstat (limited to '')
-rw-r--r-- | modules/common/profiles/headful.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common/profiles/headful.nix b/modules/common/profiles/headful.nix index fe9c794..ea36b91 100644 --- a/modules/common/profiles/headful.nix +++ b/modules/common/profiles/headful.nix @@ -39,7 +39,7 @@ in { sd ]; - sessionVariables.LOKI_ADDR = "https://loki.${config.networking.domain}"; + sessionVariables.LOKI_ADDR = "https://loki.shire.net"; }; accounts.email = { |