summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominique Martinet @ jormungand <asmadeus@codewreck.org>2020-09-29 13:44:42 +0200
committerDominique Martinet @ jormungand <asmadeus@codewreck.org>2020-09-29 13:45:04 +0200
commitb3bd83b8a02b29bf6bacb64aea916890f907312e (patch)
tree4a3415a5adcf0eca889a92c38094ded9089bf4ab
parentd4cf5bac10ea54cba772ebd9be49bb806f3922ad (diff)
jormungand: disable documentation
-rw-r--r--machines/jormungand/configuration.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/jormungand/configuration.nix b/machines/jormungand/configuration.nix
index 5604ce2..0794d96 100644
--- a/machines/jormungand/configuration.nix
+++ b/machines/jormungand/configuration.nix
@@ -17,6 +17,9 @@
./nginx.nix
];
+ # disable documentation to save some time
+ documentation.nixos.enable = false;
+
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/sda";