no substituters

This commit is contained in:
Harald Hoyer 2025-11-13 12:19:41 +01:00
parent 51cb9e4a90
commit dc19a8bd1c

View file

@ -29,16 +29,6 @@
} }
]; ];
nix.settings = {
substituters = [
"https://cache.nixos.org"
"ssh-ng://harald@m4?ssh-key=/etc/ssh/nix-builder-key"
"ssh-ng://harald@rialo?ssh-key=/etc/ssh/nix-builder-key"
"ssh-ng://harald@sgx?ssh-key=/etc/ssh/nix-builder-key"
];
builders-use-substitutes = true;
};
# Ensure Nix is in PATH for SSH sessions # Ensure Nix is in PATH for SSH sessions
programs.fish.shellInit = '' programs.fish.shellInit = ''
set -gx PATH /nix/var/nix/profiles/default/bin $PATH set -gx PATH /nix/var/nix/profiles/default/bin $PATH