From 643f7716ae79dd89743c8a9e885d4ed19a0f3093 Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Fri, 19 Jan 2024 02:48:27 +0400 Subject: [PATCH] remove DOMAIN environment variable --- configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index 6fe772d..09fad6b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -70,10 +70,6 @@ jq ]; # consider environment.defaultPackages = lib.mkForce []; - # TODO is it needed? - environment.variables = { - DOMAIN = config.selfprivacy.domain; - }; documentation.enable = false; # no {man,info}-pages & docs, etc to save space # (or create a systemd service with `ConditionFirstBoot=yes`?) systemd.tmpfiles.rules = [