website: caddy cloudflare package
This commit is contained in:
parent
c096dc295a
commit
a9ef09a8a4
5 changed files with 95 additions and 25 deletions
|
|
@ -24,7 +24,10 @@ in {
|
|||
};
|
||||
|
||||
webserver = {
|
||||
caddy.enable = mkEnableOption "";
|
||||
caddy = {
|
||||
enable = mkEnableOption "";
|
||||
cloudflare.enable = mkEnableOption "";
|
||||
};
|
||||
};
|
||||
database = {
|
||||
postgresql.enable = mkEnableOption "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue