summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/base.nix b/base.nix
index 9d36d14..5dd638a 100644
--- a/base.nix
+++ b/base.nix
@@ -38,6 +38,8 @@
"net.ipv6.conf.all.use_tempaddr" = 2;
"net.ipv6.conf.default.use_tempaddr" = 2;
};
+ documentation.info.enable = false;
+ documentation.man.enable = false;
environment.profileRelativeEnvVars.PATH = lib.mkForce [ "/bin" ];
i18n.defaultLocale = "en_US.UTF-8";
i18n.supportedLocales = [ "en_US.UTF-8/UTF-8" ];
@@ -45,8 +47,6 @@
nix.requireSignedBinaryCaches = true;
#nix.sandboxPaths = [ "/etc/protocols" pkgs.iana_etc.outPath ];
nix.useSandbox = true;
- programs.info.enable = false;
- programs.man.enable = false;
security.hideProcessInformation = true;
services.nixosManual.enable = false;
services.nscd.enable = false;