mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-10-30 09:22:11 +01:00
service/webserver: migrate nginx to caddy
This commit is contained in:
parent
13470f55e4
commit
589714db4b
34 changed files with 347 additions and 688 deletions
|
|
@ -16,7 +16,7 @@ in
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
my.services.nginx.virtualHosts = [
|
||||
my.services.webserver.virtualHosts = [
|
||||
{
|
||||
subdomain = "blog";
|
||||
root = inputs.stunkymonkey.packages.${config.nixpkgs.system}.default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue