Use nix cache from hut

This commit is contained in:
2025-05-05 10:52:52 +02:00
parent 3af34927d9
commit 9b72c5b870

View File

@@ -44,6 +44,12 @@
# Disable garbage collection for now
nix.gc.automatic = lib.mkForce false;
# Use nix cache from hut
nix.settings = {
substituters = [ "https://jungle.bsc.es/cache" ];
trusted-public-keys = [ "jungle.bsc.es:pEc7MlAT0HEwLQYPtpkPLwRsGf80ZI26aj29zMw/HH0=" ];
};
services.openssh.settings.X11Forwarding = true;
services.prometheus.exporters.node = {