aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-02-08 03:26:51 -0800
committerPreston Pan <ret2pop@gmail.com>2025-02-08 03:26:51 -0800
commitbe4a011bac9b2212d81b572c3bb9b80f8c326ab0 (patch)
tree6608471c48a56ffdc967b6aeb8358e92ee01afe2 /nix
parent504b765606f02b610d74d259ddf2c85292e1f6c0 (diff)
cleanup
Diffstat (limited to 'nix')
-rw-r--r--nix/topology/default.nix4
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";