replace http cache with build machines and ssh

This commit is contained in:
Rouven Seifert 2023-06-12 16:49:45 +02:00
parent 33a2c28aad
commit f567dff94a
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
11 changed files with 72 additions and 55 deletions

View file

@ -2,6 +2,6 @@
{
system.activationScripts.report-nixos-changes = ''
PATH=$PATH:${lib.makeBinPath [ pkgs.nvd pkgs.nix ]}
nvd diff $(ls -dv /nix/var/nix/profiles/system-*-link | tail -2)
nvd diff $(ls -dv /nix/var/nix/profiles/system-*-link | tail -2) || true
'';
}

View file

@ -3,7 +3,7 @@
programs.nix-index-database.comma.enable = true;
imports = [
./activation.nix
./caches.nix
# ./caches.nix
./gpg.nix
./sops.nix
./vim.nix