summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/base.nix b/base.nix
index 3bd6ac1..1b316d1 100644
--- a/base.nix
+++ b/base.nix
@@ -44,10 +44,6 @@
environment.profileRelativeEnvVars.PATH = lib.mkForce [ "/bin" ];
i18n.defaultLocale = "en_US.UTF-8";
i18n.supportedLocales = [ "en_US.UTF-8/UTF-8" ];
- nix.binaryCaches = [ "https://cache.nixos.org" ];
- nix.requireSignedBinaryCaches = true;
- #nix.sandboxPaths = [ "/etc/protocols" pkgs.iana_etc.outPath ];
- nix.useSandbox = true;
security.hideProcessInformation = true;
services.nscd.enable = false;
services.ntp.enable = false;