From fcbb0eefa7cdb6862e0fa4b8a59e2c40dac84eaa Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 5 Dec 2022 17:45:36 +0100 Subject: base: remove redundant nix.* config --- base.nix | 4 ---- 1 file changed, 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; -- cgit v1.2.3