mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-01-08 17:11:02 +00:00
remove DOMAIN environment variable
This commit is contained in:
parent
c96e6fe099
commit
643f7716ae
|
@ -70,10 +70,6 @@
|
||||||
jq
|
jq
|
||||||
];
|
];
|
||||||
# consider environment.defaultPackages = lib.mkForce [];
|
# 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
|
documentation.enable = false; # no {man,info}-pages & docs, etc to save space
|
||||||
# (or create a systemd service with `ConditionFirstBoot=yes`?)
|
# (or create a systemd service with `ConditionFirstBoot=yes`?)
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
|
|
Loading…
Reference in a new issue