setup nix-topology

This commit is contained in:
2025-05-30 01:25:08 +02:00
parent a0c2c41d17
commit aab09abc52
10 changed files with 262 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
./thunderbird.nix
./network.nix
./syncthing.nix
./topology.nix
./video.nix
../../system

View File

@@ -0,0 +1,12 @@
{
topology.self = {
hardware.info = "VivoBook Laptop";
interfaces = {
tailscale0 = {
type = "wireguard";
network = "tailscale";
virtual = true;
};
};
};
}