13 lines
207 B
Nix
13 lines
207 B
Nix
{
|
|
topology.self = {
|
|
hardware.info = "VivoBook Laptop";
|
|
interfaces = {
|
|
tailscale0 = {
|
|
type = "wireguard";
|
|
network = "tailscale";
|
|
virtual = true;
|
|
};
|
|
};
|
|
};
|
|
}
|