diff --git a/hosts/vergil/configuration.nix b/hosts/vergil/configuration.nix index 46117ca..cfd5d60 100644 --- a/hosts/vergil/configuration.nix +++ b/hosts/vergil/configuration.nix @@ -27,6 +27,14 @@ in wantedBy = [ "multi-user.target" ]; }; + systemd.network = { + networks."30-br0" = { + address = [ + "fd09:dead:beef::181/64" + ]; + }; + }; + services = { nginx = { enable = true;