Try to get caddy-tailscale working.

This commit is contained in:
Nolan Darilek 2024-12-23 18:19:55 -06:00
parent 3b468c9e7f
commit 0ccb130a31
5 changed files with 124 additions and 93 deletions

View file

@ -9,10 +9,11 @@
};
agenix.url = "github:ryantm/agenix";
simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-24.05";
caddy.url = "path:pkgs/caddy";
};
outputs =
{
inputs@{
nixpkgs,
nixpkgsUnstable,
home-manager,
@ -77,6 +78,7 @@
};
thewordnerd = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = { inherit inputs; };
modules = [
agenix.nixosModules.default
{
@ -99,6 +101,7 @@
};
garden = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = { inherit inputs; };
modules = [
agenix.nixosModules.default
{