even more backups of things
This commit is contained in:
parent
b8d125d448
commit
630f9b0074
46 changed files with 1166 additions and 197 deletions
18
hosts/lithium/microvms/default.nix
Normal file
18
hosts/lithium/microvms/default.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
microvm.autostart = [
|
||||
"palworld-server"
|
||||
];
|
||||
|
||||
microvm = {
|
||||
interfaces = [
|
||||
{ type = "user"; id = "main-net"; }
|
||||
{ type = "macvtap"; id = "vm-palworld"; }
|
||||
];
|
||||
|
||||
# Interface Name on the Host
|
||||
# Ethernet Address of MicroVM's interface.
|
||||
# Locally administered have one of 2/6/A/E in the second nibble.
|
||||
#interfaces = [{type = "tap";id = "vm-palworld";mac = "02:00:00:00:00:01";}];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue