From 0237bd124293ebbcb8fcdbd422b180edd496b352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 26 Nov 2025 15:42:05 +0100 Subject: [PATCH] System Gen215 @ 2025-11-26-15:42:04 by jonas@comfy-station --- hosts/comfy-station/configuration.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/comfy-station/configuration.nix b/hosts/comfy-station/configuration.nix index f0b7304..cf5e409 100644 --- a/hosts/comfy-station/configuration.nix +++ b/hosts/comfy-station/configuration.nix @@ -107,9 +107,14 @@ # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "24.11"; # Did you read the comment? - # gc settings + # gc settings and binary caches nix = { settings = { + substituters = [ + "https://aseipp-nix-cache.global.ssl.fastly.net" + "https://nix-community.cachix.org" + "https://cache.nixos.org/" + ]; experimental-features = ["nix-command" "flakes"]; auto-optimise-store = true; };