diff --git a/cluster/services/attic/default.nix b/cluster/services/attic/default.nix index 2f57697..d052294 100644 --- a/cluster/services/attic/default.nix +++ b/cluster/services/attic/default.nix @@ -33,7 +33,7 @@ }; }; - garage = { + garage = config.lib.forService "attic" { keys.attic.locksmith = { nodes = config.services.attic.nodes.server; owner = "atticd"; @@ -48,7 +48,7 @@ serverAddrs = map (node: depot.hours.${node}.interfaces.primary.addrPublic) config.services.attic.nodes.server; - in { + in config.lib.forService "attic" { cache.target = serverAddrs; };