diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-02-08 03:26:51 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-02-08 03:26:51 -0800 |
commit | be4a011bac9b2212d81b572c3bb9b80f8c326ab0 (patch) | |
tree | 6608471c48a56ffdc967b6aeb8358e92ee01afe2 /nix | |
parent | 504b765606f02b610d74d259ddf2c85292e1f6c0 (diff) |
cleanup
Diffstat (limited to 'nix')
-rw-r--r-- | nix/topology/default.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nix/topology/default.nix b/nix/topology/default.nix index ce0b3a4..ce4fedd 100644 --- a/nix/topology/default.nix +++ b/nix/topology/default.nix @@ -4,16 +4,13 @@ let (config.lib.topology); in { - # Connect node1.lan -> node2.wan nodes = { spontaneity = { interfaces.wan.network = "remote"; }; - installer = { interfaces.lan.network = "home"; }; - affinity = { interfaces.lan = { network = "home"; @@ -45,7 +42,6 @@ in }; }; }; - networks = { home = { name = "Home Network"; |