Extensible DDNS

This commit is contained in:
Lucas Thelen 2025-10-03 18:13:26 +00:00
parent 82cd5fb545
commit e08c4b27e2
4 changed files with 85 additions and 8 deletions

View file

@ -34,6 +34,7 @@
environment.systemPackages = [ agenix.packages.x86_64-linux.default ];
age.secrets.tailscale.file = ./tailscale.age;
age.secrets.aws.file = ./secrets/aws.age;
nixpkgs.config.allowUnfree = true;
}
];
};