mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 22:29:06 +01:00
services, web-services: Populate meta.services attribute set
This commit is contained in:
parent
b26751a5fb
commit
fe5113d476
21 changed files with 135 additions and 10 deletions
|
|
@ -57,6 +57,11 @@ in
|
|||
"/var/lib/karakeep"
|
||||
"/var/lib/meilisearch"
|
||||
];
|
||||
|
||||
meta.services.${cfg.domain} = {
|
||||
title = "Karakeep";
|
||||
icon = "sh:karakeep";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue