New host for Caddy reverse proxy
This commit is contained in:
parent
e5f47681ae
commit
dcac67e097
15 changed files with 222 additions and 132 deletions
25
flake.nix
25
flake.nix
|
|
@ -36,15 +36,14 @@
|
|||
};
|
||||
|
||||
outputs =
|
||||
{
|
||||
self,
|
||||
nixpkgs,
|
||||
nixos-hardware,
|
||||
lix-module,
|
||||
agenix,
|
||||
colmena,
|
||||
home-manager,
|
||||
...
|
||||
{ self
|
||||
, nixpkgs
|
||||
, nixos-hardware
|
||||
, lix-module
|
||||
, agenix
|
||||
, colmena
|
||||
, home-manager
|
||||
, ...
|
||||
}@inputs:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
|
|
@ -79,6 +78,14 @@
|
|||
];
|
||||
};
|
||||
|
||||
caddy.deployment = {
|
||||
targetHost = "192.168.1.150";
|
||||
tags = [
|
||||
"lxc"
|
||||
"bacco"
|
||||
];
|
||||
};
|
||||
|
||||
metrics.deployment = {
|
||||
targetHost = "192.168.1.152";
|
||||
tags = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue