From 6bd944b36303a792a71b2791aa694a7ef43db661 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Wed, 16 Oct 2019 14:16:47 +1000 Subject: [PATCH] Updated to documentation.nixos --- Networks/raspberry_pi_rack.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Networks/raspberry_pi_rack.nix b/Networks/raspberry_pi_rack.nix index 69d8afc..84785d4 100644 --- a/Networks/raspberry_pi_rack.nix +++ b/Networks/raspberry_pi_rack.nix @@ -21,10 +21,8 @@ allowUnfree = true; }; - services = { - nixosManual = { - enable = false; # Save some space by disabling the manual - }; + documentation = { + nixos.enable = "false"; # Save some space by disabling the manual }; users.users.root = {