mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(kasen): tailscale
This commit is contained in:
parent
0fde51c0d5
commit
553f68cb5a
3 changed files with 11 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
in [
|
||||
nixos.sops
|
||||
nixos.base
|
||||
nixos.tailscale
|
||||
nixos.nginx
|
||||
nixos.openwebrx
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue