feat: blog
This commit is contained in:
parent
9a12c89874
commit
0920afd031
|
@ -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
7
hosts/elisabeth/blog.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
services.nginx.virtualHosts."blog.lel.lol" = {
|
||||
root = "/persist/blog";
|
||||
forceSSL = true;
|
||||
useACMEHost = "web";
|
||||
};
|
||||
}
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
../../config/hardware/physical.nix
|
||||
|
||||
./blog.nix
|
||||
./net.nix
|
||||
./fs.nix
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue