feat: blog

This commit is contained in:
Patrick 2024-04-26 22:06:02 +02:00
parent 9a12c89874
commit 0920afd031
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
3 changed files with 9 additions and 1 deletions

View file

@ -46,7 +46,7 @@
nixpkgs.flake = inputs.nixpkgs;
p.flake = inputs.nixpkgs;
pkgs.flake = inputs.nixpkgs;
#templates.flake = inputs.templates;
templates.flake = inputs.templates;
};
};
system = {

7
hosts/elisabeth/blog.nix Normal file
View file

@ -0,0 +1,7 @@
{
services.nginx.virtualHosts."blog.lel.lol" = {
root = "/persist/blog";
forceSSL = true;
useACMEHost = "web";
};
}

View file

@ -20,6 +20,7 @@
../../config/hardware/physical.nix
./blog.nix
./net.nix
./fs.nix
]