mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-22 19:41:30 +00:00
disable documentation.enable = false alltogether
This commit is contained in:
parent
0704d18b1a
commit
391e41e8a4
|
@ -73,7 +73,7 @@
|
|||
environment.variables = {
|
||||
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 = {
|
||||
enable = config.selfprivacy.autoUpgrade.enable;
|
||||
allowReboot = config.selfprivacy.autoUpgrade.allowReboot;
|
||||
|
|
Loading…
Reference in a new issue