From 3a0434de7c5a5bf221512b9c2fcf94acc5f51214 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 30 Aug 2024 02:47:19 -0700 Subject: update --- modules/nix.nix | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'modules/nix.nix') diff --git a/modules/nix.nix b/modules/nix.nix index 26d79ef..65413f0 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -2,14 +2,9 @@ nixpkgs.config.allowUnfree = true; nix = { - allowedUsers = [ - "root" - "@wheel" - ]; - settings = { auto-optimise-store = true; - http-connections = 50; + http-connections = 0; warn-dirty = false; log-lines = 50; # sandbox = "relaxed"; @@ -19,6 +14,11 @@ "@wheel" ]; + allowed-users = [ + "root" + "@wheel" + ]; + substituters = [ "https://nix-community.cachix.org" "https://hyprland.cachix.org" @@ -36,7 +36,5 @@ dates = "weekly"; options = "--delete-older-than 7d"; }; - - # distributedBuilds = true; }; } -- cgit v1.2.3