mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
add caddy modules
This commit is contained in:
parent
718a5f59f1
commit
0dca40c8e7
2 changed files with 8 additions and 2 deletions
|
|
@ -91,5 +91,9 @@
|
|||
services.caddy = {
|
||||
email = "infrastructure@wanderingcrow.net";
|
||||
acmeCA = "https://acme-v02.api.letsencrypt.org/directory";
|
||||
package = pkgs.caddy.withPlugins {
|
||||
plugins = [ "github.com/greenpau/caddy-security@v1.1.31" ];
|
||||
hash = "sha256-6WJ403U6XbaNfncIvEJEwUc489yyRhv4jP7H/RVJWlM=";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,11 @@
|
|||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
}:
|
||||
let
|
||||
s = inputs.nix-secrets;
|
||||
in {
|
||||
in
|
||||
{
|
||||
# Homepage.dev secrets
|
||||
sops = {
|
||||
#secrets = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue