mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-23 03:51:29 +00:00
do not install {man,info}-pages and docs to save space
This commit is contained in:
parent
6a3a83e270
commit
0704d18b1a
|
@ -73,6 +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
|
||||||
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