chore: update topology
Some checks failed
Flake check / Check flake (push) Has been cancelled

This commit is contained in:
Leon Schwarzäugl 2025-07-23 01:16:34 +02:00
parent 99586839c8
commit 4fad38afdb
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
13 changed files with 115 additions and 51 deletions

View file

@ -26,11 +26,14 @@ in
etc."issue".text = "\4";
};
topology.self.interfaces.wg = {
addresses = [ "192.168.3.4" ];
renderer.hidePhysicalConnections = true;
virtual = true;
type = "wireguard";
topology.self = {
icon = "devices.cloud-server";
interfaces.wg = {
addresses = [ "192.168.3.4" ];
renderer.hidePhysicalConnections = true;
virtual = true;
type = "wireguard";
};
};
networking = {