From 51116ed17e2febc06dc795e5893d3a31e97962e9 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 6 Feb 2026 15:52:14 -0800 Subject: server and desktop configurations are working fully and booting --- nix/systems/spontaneity/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nix/systems/spontaneity/default.nix') diff --git a/nix/systems/spontaneity/default.nix b/nix/systems/spontaneity/default.nix index 4a734d9..c7d7ed6 100644 --- a/nix/systems/spontaneity/default.nix +++ b/nix/systems/spontaneity/default.nix @@ -1,4 +1,4 @@ -{ lib, ... }: +{ config, lib, ... }: let ipv4addr = "66.42.84.130"; ipv6addr = "2001:19f0:5401:10d0:5400:5ff:fe4a:7794"; @@ -38,6 +38,7 @@ prefixLength = 64; } ]; + defaultGateway = "66.42.84.1"; firewall.allowedTCPPorts = [ 80 143 -- cgit v1.3