remove nix-topology

This commit is contained in:
2025-09-15 21:37:21 +02:00
parent c44f08d6be
commit f2a76156c9
9 changed files with 2 additions and 102 deletions

View File

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

View File

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