diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-10-06 16:05:07 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-10-06 16:05:07 -0700 |
| commit | 841c06b106ad501643c35f48f2ced1c2d6a78641 (patch) | |
| tree | 76e32ab8f43ebd79bce73b9b06b03a0e56d8a3ce /nix/systems | |
| parent | 8a036cf21982210045685fe748afaf6be5aef042 (diff) | |
working version before flake update
Diffstat (limited to 'nix/systems')
| -rw-r--r-- | nix/systems/spontaneity/default.nix | 6 |
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; |
