depot/cluster/services/attic/default.nix

22 lines
308 B
Nix
Raw Normal View History

2023-06-13 23:27:53 +02:00
{
services.attic = {
nodes = {
server = [ "VEGAS" ];
};
nixos = {
server = [
./server.nix
./binary-cache.nix
./nar-serve.nix
];
2023-06-13 23:27:53 +02:00
};
};
2023-10-31 22:19:08 +01:00
garage = {
keys.attic = { };
buckets.attic = {
allow.attic = [ "read" "write" ];
};
};
2023-06-13 23:27:53 +02:00
}