Try to get caddy-tailscale working.
This commit is contained in:
parent
3b468c9e7f
commit
0ccb130a31
5 changed files with 124 additions and 93 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue