Skip to content

Commit

Permalink
Set static IP for gui-vm
Browse files Browse the repository at this point in the history
Signed-off-by: Risto Kuusela <[email protected]>
  • Loading branch information
riskuuse authored and brianmcgillion committed Nov 15, 2023
1 parent b5fb0e3 commit 873c07d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/virtualization/microvm/guivm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@
};
wantedBy = ["ghaf-session.target"];
};

# Fixed IP-address for debugging subnet
systemd.network.networks."10-ethint0".addresses = [
{
addressConfig.Address = "192.168.101.3/24";
}
];
})
];
};
Expand Down

0 comments on commit 873c07d

Please sign in to comment.