summaryrefslogtreecommitdiff
path: root/nix/systems/spontaneity/default.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-10-06 16:05:07 -0700
committerPreston Pan <ret2pop@gmail.com>2025-10-06 16:05:07 -0700
commit841c06b106ad501643c35f48f2ced1c2d6a78641 (patch)
tree76e32ab8f43ebd79bce73b9b06b03a0e56d8a3ce /nix/systems/spontaneity/default.nix
parent8a036cf21982210045685fe748afaf6be5aef042 (diff)
working version before flake update
Diffstat (limited to 'nix/systems/spontaneity/default.nix')
-rw-r--r--nix/systems/spontaneity/default.nix6
1 files changed, 6 insertions, 0 deletions
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;