setup nix-topology
This commit is contained in:
parent
a0c2c41d17
commit
aab09abc52
10 changed files with 262 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue