mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-01-06 16:14:17 +00:00
remove DOMAIN environment variable
This commit is contained in:
parent
c96e6fe099
commit
643f7716ae
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue