liminix/.forgejo/ci-files/client.nix

7 lines
94 B
Nix

{ lib, pkgs, ... }:
{
networking = {
hostName = "client-vm";
useDHCP = true;
};
}