2023-12-01 18:45:27 +02:00
|
|
|
{ config, depot, ... }:
|
2023-07-21 02:15:10 +03:00
|
|
|
|
|
|
|
{
|
|
|
|
age.secrets.cachixDeployToken.file = ./credentials/${config.networking.hostName}.age;
|
|
|
|
|
|
|
|
services.cachix-agent = {
|
|
|
|
enable = true;
|
|
|
|
credentialsFile = config.age.secrets.cachixDeployToken.path;
|
2023-12-01 18:45:27 +02:00
|
|
|
package = depot.packages.cachix;
|
2023-07-21 02:15:10 +03:00
|
|
|
};
|
|
|
|
}
|