aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
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";