WIP
This commit is contained in:
parent
b91fcb6500
commit
f1f2043fba
6 changed files with 132 additions and 9 deletions
|
|
@ -7,6 +7,7 @@
|
|||
agenix.nixosModules.default
|
||||
./forgejo.nix
|
||||
./links.nix
|
||||
./radicale.nix
|
||||
./vaultwarden.nix
|
||||
];
|
||||
|
||||
|
|
@ -35,6 +36,11 @@
|
|||
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
package = pkgs.caddy.withPlugins {
|
||||
plugins =
|
||||
[ "github.com/abiosoft/caddy-exec@v0.0.0-20240914124740-521d8736cb4d" ];
|
||||
hash = "sha256-ef6/x7wjKk0axjX6MfAzTTwPM2FTOTSSyI9zLLrczV0=";
|
||||
};
|
||||
virtualHosts = {
|
||||
"astral.leaf.ninja".extraConfig = ''
|
||||
respond "astral is online"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue