not what it's called.

This commit is contained in:
Audrey 2025-03-27 23:47:16 -07:00
parent 9fdd6d58f8
commit 01f1e0f969
1 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ in {
mkdir -p "$(dirname "${nixKey}")" mkdir -p "$(dirname "${nixKey}")"
${config.nix.package}/bin/nix-store --generate-binary-cache-key ${config.networking.hostName} ${nixKey} ${nixKey}.pub ${config.nix.package}/bin/nix-store --generate-binary-cache-key ${config.networking.hostName} ${nixKey} ${nixKey}.pub
''; '';
after = [ "FILESYSTEMS" ]; dependencies = [ "FILESYSTEMS" ];
before = [ "nix-daemon" ];
}; };
} }