home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 69fc6c7661bd2d67965eb5ddf9ac90eda5fe4c63
parent df03fc04811a01ba2ced950fd9744a0763520999
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 29 Apr 2022 13:23:14 +0200

systems/sakhalin: disable nix-binary-cache

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/sakhalin.nix | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/systems/hosts/sakhalin.nix b/systems/hosts/sakhalin.nix @@ -99,11 +99,11 @@ in /export/toshito 192.168.1.0/24(rw,fsid=2,no_subtree_check) 10.100.0.0/24(rw,fsid=2,no_subtree_check) ''; }; - nix-binary-cache = { - enable = true; - domain = "nix.cache.home"; - aliases = [ "cache.sakhalin.home" ]; - }; + # nix-binary-cache = { + # enable = true; + # domain = "nix.cache.home"; + # aliases = [ "cache.sakhalin.home" ]; + # }; dockerRegistry = { enable = true; listenAddress = "0.0.0.0";