diff options
Diffstat (limited to 'nix/systems/spontaneity')
| -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; |
