1
0
Fork 0

modularize cinny and ente-auth, add package ente-auth-web

The previous was more of a workaround not fitting in the spirit of
nixos, this fixes this and makes proper modules out of them. Sadly
ente-web-auth has to be build with a env var and therefore can't be
configured before properly.
This commit is contained in:
Philipp 2025-05-08 11:39:14 +02:00
parent 7d8e0da9ec
commit b0c86faf29
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750
5 changed files with 186 additions and 61 deletions

View file

@ -53,7 +53,8 @@ with lib.${namespace};
awesome-flake = {
services = {
ssh = enabled;
caddy = enabled;
cinny = enabled;
ente-auth = enabled;
restic = enabled;
};