nixos/hosts/vm/two/info.nix

17 lines
209 B
Nix

{
name = "two";
description = "VM de test";
id = 135;
enable = true;
networking = {
srvNat = {
enable = true;
interface = "ens19";
};
};
resticClient.when = "07:29";
}