forked from DGNum/liminix
7 lines
94 B
Nix
7 lines
94 B
Nix
{ lib, pkgs, ... }:
|
|
{
|
|
networking = {
|
|
hostName = "client-vm";
|
|
useDHCP = true;
|
|
};
|
|
}
|