mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 17:49:07 +01:00
alloy: Fix by adding comin option
This commit is contained in:
parent
5378dd24ae
commit
3f882c89c7
1 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ in
|
|||
caddy = lib.mkEnableOption "" // {
|
||||
default = config.services.caddy.enable;
|
||||
};
|
||||
comin = lib.mkEnableOption "" // {
|
||||
default = config.services.comin.enable;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue