sourcephile
/
git
/
sourcephile-nix.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
nix: add git submodule .lib/nixpkgs-commonsoft
[sourcephile-nix.git]
/
install
/
logical
/
friot.nix
diff --git
a/install/logical/friot.nix
b/install/logical/friot.nix
index 66127ba77c0ed3cec2e310ccb317c28e3c3b2d5c..ab2acf926cff1574de215fccc4f6c5d296d86834 100644
(file)
--- a/
install/logical/friot.nix
+++ b/
install/logical/friot.nix
@@
-142,10
+142,11
@@
config = {
};
};
+ documentation.nixos = {
+ enable = false; # NOTE: useless on this machine, and CPU intensive.
+ };
+
services = {
- nixosManual = {
- enable = false; # NOTE: useless on this machine, and CPU intensive.
- };
redis = {
enable = true;
};