cluster/services/attic: use forService

This commit is contained in:
Max Headroom 2024-07-23 19:03:56 +02:00
parent 1864d8d455
commit 8f55dbf4ef

View file

@ -25,7 +25,7 @@
};
};
garage = {
garage = config.lib.forService "attic" {
keys.attic.locksmith = {
nodes = config.services.attic.nodes.server;
owner = "atticd";
@ -40,7 +40,7 @@
serverAddrs = map
(node: depot.hours.${node}.interfaces.primary.addrPublic)
config.services.attic.nodes.server;
in {
in config.lib.forService "attic" {
cache-api.target = serverAddrs;
cache.target = serverAddrs;
};