Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Oct 14, 2024
1 parent 676aa54 commit 6277aea
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 21 deletions.
5 changes: 0 additions & 5 deletions hosts/abhoth/caddy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
}:
{

systemd.services.caddy.serviceConfig.LoadCredential = (map (lib.genCredPath config)) [
"nyaw.cert"
"nyaw.key"
];

repack.caddy = {
enable = true;
settings.apps.http.servers.srv0.routes = [ ];
Expand Down
6 changes: 0 additions & 6 deletions hosts/colour/caddy.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{ lib, config, ... }:
{

systemd.services.caddy.serviceConfig.LoadCredential = (map (lib.genCredPath config)) [
"nyaw.cert"
"nyaw.key"
];

repack.caddy = {
enable = true;
settings = {
Expand Down
5 changes: 0 additions & 5 deletions hosts/nodens/caddy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
}:
{

systemd.services.caddy.serviceConfig.LoadCredential = (map (lib.genCredPath config)) [
"nyaw.cert"
"nyaw.key"
];

repack.caddy-matrix-web.enable = true;
repack.caddy = {
enable = true;
Expand Down
5 changes: 0 additions & 5 deletions hosts/yidhra/caddy.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{ lib, config, ... }:
{

systemd.services.caddy.serviceConfig.LoadCredential = (map (lib.genCredPath config)) [
"nyaw.cert"
"nyaw.key"
];

repack.caddy = {
enable = true;
settings.apps.http.servers.srv0.routes = [
Expand Down

0 comments on commit 6277aea

Please sign in to comment.