From 841c06b106ad501643c35f48f2ced1c2d6a78641 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Mon, 6 Oct 2025 16:05:07 -0700 Subject: working version before flake update --- nix/systems/spontaneity/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nix/systems') diff --git a/nix/systems/spontaneity/default.nix b/nix/systems/spontaneity/default.nix index 5f3dc36..6a3c316 100644 --- a/nix/systems/spontaneity/default.nix +++ b/nix/systems/spontaneity/default.nix @@ -23,6 +23,12 @@ in boot.loader.grub.device = "nodev"; networking = { + interfaces.ens3.ipv4.addresses = [ + { + address = ipv4addr; + prefixLength = 24; + } + ]; interfaces.ens3.ipv6.addresses = [ { address = ipv6addr; -- cgit v1.3