setup nix-topology
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
./thunderbird.nix
|
||||
./network.nix
|
||||
./syncthing.nix
|
||||
./topology.nix
|
||||
./video.nix
|
||||
../../system
|
||||
|
||||
|
||||
12
machines/haze/topology.nix
Normal file
12
machines/haze/topology.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
topology.self = {
|
||||
hardware.info = "VivoBook Laptop";
|
||||
interfaces = {
|
||||
tailscale0 = {
|
||||
type = "wireguard";
|
||||
network = "tailscale";
|
||||
virtual = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user