diff --git a/cluster/services/attic/default.nix b/cluster/services/attic/default.nix index faaa13d..20cf9c7 100644 --- a/cluster/services/attic/default.nix +++ b/cluster/services/attic/default.nix @@ -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; };