depot/cluster/services/attic/default.nix

22 lines
308 B
Nix
Raw Normal View History

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