Fediversity/services/fediversity/attic/options.nix
2025-08-07 20:10:29 +02:00

14 lines
224 B
Nix

{ config, lib, ... }:
{
options.fediversity.attic =
(import ../sharedOptions.nix {
inherit config lib;
serviceName = "attic";
serviceDocName = "Attic Nix Cache server";
})
//
{
};
}