nixos: Internal network tidying

This commit is contained in:
2022-05-18 23:29:52 +01:00
parent 0a5a554ab3
commit b504f11c6b
4 changed files with 18 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
home-manager = "unstable";
assignments.internal = {
name = "estuary.vm";
name = "estuary-vm";
altNames = [ "fw" ];
ipv4 = {
address = "10.100.0.1";
@@ -24,6 +24,8 @@
config = mkMerge [
{
networking.domain = "nl1.int.nul.ie";
boot.kernelParams = [ "console=ttyS0,115200n8" ];
fileSystems = {
"/boot" = {