cleanup
This commit is contained in:
@@ -21,66 +21,69 @@ let
|
||||
};
|
||||
in
|
||||
{
|
||||
# Bespoke services that define their own path options (not via mkModule).
|
||||
# Set NAS-specific paths here so the module defaults stay generic.
|
||||
${namespace}.services.your_spotify.configPath = lib.mkDefault "${appdata}/your_spotify";
|
||||
${namespace}.services.ocis = {
|
||||
dataPath = lib.mkDefault "${data}/ocis";
|
||||
configPath = lib.mkDefault "${appdata}/ocis";
|
||||
};
|
||||
|
||||
imports = map svcDefault [
|
||||
"actual"
|
||||
"ai"
|
||||
"arrs"
|
||||
"attic"
|
||||
"authentik"
|
||||
"authentikRac"
|
||||
"booklore"
|
||||
"caddy"
|
||||
"calibre"
|
||||
"calibre-web"
|
||||
"code-server"
|
||||
"collabora"
|
||||
"coturn"
|
||||
"crowdsec"
|
||||
"dispatcharr"
|
||||
"free-games-claimer"
|
||||
"gitea"
|
||||
"glance"
|
||||
"glances"
|
||||
"grafana"
|
||||
"guacd"
|
||||
"headscale"
|
||||
"immich"
|
||||
"jellyfin"
|
||||
"jellyseerr"
|
||||
"lubelogger"
|
||||
"manyfold"
|
||||
"matrix"
|
||||
"minecraft"
|
||||
"mongodb"
|
||||
"nebula"
|
||||
"nebula-lighthouse"
|
||||
"netbootxyz"
|
||||
"nextcloud"
|
||||
"ntfy"
|
||||
"onlyoffice"
|
||||
"opencloud"
|
||||
"orca-slicer"
|
||||
"paperless"
|
||||
"paperless-ai"
|
||||
"protonmail-bridge"
|
||||
"restic"
|
||||
"sparky-fitness"
|
||||
"sparky-fitness-server"
|
||||
"sparky-fitness-db"
|
||||
"sunshine"
|
||||
"tdarr"
|
||||
"termix"
|
||||
"tunarr"
|
||||
"unmanic"
|
||||
"uptime-kuma"
|
||||
"wyoming"
|
||||
];
|
||||
imports =
|
||||
# Bespoke services with their own path option names (not configDir/dataDir).
|
||||
[
|
||||
{
|
||||
${namespace}.services.ocis = {
|
||||
dataPath = lib.mkDefault "${data}/ocis";
|
||||
configPath = lib.mkDefault "${appdata}/ocis";
|
||||
};
|
||||
}
|
||||
]
|
||||
++ map svcDefault [
|
||||
"actual"
|
||||
"ai"
|
||||
"arrs"
|
||||
"attic"
|
||||
"authentik"
|
||||
"authentikRac"
|
||||
"booklore"
|
||||
"caddy"
|
||||
"calibre"
|
||||
"calibre-web"
|
||||
"code-server"
|
||||
"collabora"
|
||||
"coturn"
|
||||
"crowdsec"
|
||||
"dispatcharr"
|
||||
"free-games-claimer"
|
||||
"gitea"
|
||||
"glance"
|
||||
"glances"
|
||||
"grafana"
|
||||
"guacd"
|
||||
"headscale"
|
||||
"immich"
|
||||
"jellyfin"
|
||||
"jellyseerr"
|
||||
"lubelogger"
|
||||
"manyfold"
|
||||
"matrix"
|
||||
"minecraft"
|
||||
"mongodb"
|
||||
"nebula"
|
||||
"nebula-lighthouse"
|
||||
"netbootxyz"
|
||||
"nextcloud"
|
||||
"ntfy"
|
||||
"onlyoffice"
|
||||
"opencloud"
|
||||
"orca-slicer"
|
||||
"paperless"
|
||||
"paperless-ai"
|
||||
"protonmail-bridge"
|
||||
"restic"
|
||||
"sparky-fitness"
|
||||
"sparky-fitness-server"
|
||||
"sparky-fitness-db"
|
||||
"sunshine"
|
||||
"tdarr"
|
||||
"termix"
|
||||
"tunarr"
|
||||
"unmanic"
|
||||
"uptime-kuma"
|
||||
"wyoming"
|
||||
"your-spotify"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user