mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-23 03:51:29 +00:00
disable documentation.enable = false alltogether
This commit is contained in:
parent
0704d18b1a
commit
391e41e8a4
|
@ -73,7 +73,7 @@
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
DOMAIN = config.selfprivacy.domain;
|
DOMAIN = config.selfprivacy.domain;
|
||||||
};
|
};
|
||||||
documentation.dev.enable = false; # no {man,info}-pages & docs to save space
|
documentation.enable = false; # no {man,info}-pages & docs, etc to save space
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = config.selfprivacy.autoUpgrade.enable;
|
enable = config.selfprivacy.autoUpgrade.enable;
|
||||||
allowReboot = config.selfprivacy.autoUpgrade.allowReboot;
|
allowReboot = config.selfprivacy.autoUpgrade.allowReboot;
|
||||||
|
|
Loading…
Reference in a new issue