# SPDX-FileCopyrightText: 2020 Luke Granger-Brown # # SPDX-License-Identifier: Apache-2.0 { ... }: { imports = [ ../lib/bvm.nix ]; # Networking! networking = { hostName = "bvm-prosody"; hostId = "5c62ee63"; interfaces.enp1s0 = { ipv4.addresses = [{ address = "10.100.0.202"; prefixLength = 23; }]; }; }; system.stateVersion = "21.05"; }