chore: Better use of boolean to activate service
This commit is contained in:
parent
2f5c8be389
commit
7506073727
4 changed files with 6 additions and 8 deletions
|
|
@ -4,11 +4,11 @@ let
|
|||
ThinkCentre-Server-004 = {
|
||||
services.vaultwarden.enable = true;
|
||||
services.tailscale.enable = true;
|
||||
module.roundcube.enable = true;
|
||||
services.roundcube.enable = true;
|
||||
services.searx.enable = true;
|
||||
module.acme.enable = true;
|
||||
services.newt.enable = true;
|
||||
module.forgejo.enable = true;
|
||||
services.forgejo.enable = true;
|
||||
};
|
||||
};
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue