feat(kasen): tailscale

This commit is contained in:
arcnmx 2024-10-05 12:02:59 -07:00
parent 0fde51c0d5
commit 553f68cb5a
3 changed files with 11 additions and 1 deletions

View file

@ -10,11 +10,16 @@ _: {
];
exports = {
services = {
tailscale.enable = true;
nginx.enable = true;
openwebrx.enable = true;
};
};
network.networks = {
tail = {
address4 = "100.80.196.57";
address6 = "fd7a:115c:a1e0::5b01:c439";
};
local = {
macAddress = "b8:27:eb:7e:e2:41";
address4 = "10.1.1.49";

View file

@ -9,6 +9,7 @@
in [
nixos.sops
nixos.base
nixos.tailscale
nixos.nginx
nixos.openwebrx
];