alloy: Fix by adding comin option

This commit is contained in:
SebastianStork 2026-03-03 18:48:52 +01:00
parent 5378dd24ae
commit 3f882c89c7
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -25,6 +25,9 @@ in
caddy = lib.mkEnableOption "" // {
default = config.services.caddy.enable;
};
comin = lib.mkEnableOption "" // {
default = config.services.comin.enable;
};
};
};