From 40b0fb5b0f704a42139b83cfdf72fbe063c432e9 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sat, 9 Mar 2024 19:42:03 +0300 Subject: [PATCH] Nix : Temporarily disable subs. --- module/common/Nix.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/module/common/Nix.nix b/module/common/Nix.nix index edc07c99..ba383bd3 100644 --- a/module/common/Nix.nix +++ b/module/common/Nix.nix @@ -7,10 +7,11 @@ keep-derivations = true keep-outputs = true min-free = ${toString (50 * 1024 * 1024 * 1024)} - extra-substituters = ssh-ng://home - extra-trusted-substituters = ssh-ng://home - extra-trusted-public-keys = home:i9dE2VZI40/LCM/mmUGs8kwal1bQo3xbSjrzxhInmOw= ''; + + # extra-substituters = ssh-ng://home + # extra-trusted-substituters = ssh-ng://home + # extra-trusted-public-keys = home:i9dE2VZI40/LCM/mmUGs8kwal1bQo3xbSjrzxhInmOw= # max-free = ${toString (10 * 1024 * 1024 * 1024)} # nix.gc = { # automatic = true;