Files
flocon/machines/haze/topology.nix
2025-05-30 01:25:08 +02:00

13 lines
207 B
Nix

{
topology.self = {
hardware.info = "VivoBook Laptop";
interfaces = {
tailscale0 = {
type = "wireguard";
network = "tailscale";
virtual = true;
};
};
};
}