CASCADE/hosts/_basic.nix

15 lines
439 B
Nix
Raw Normal View History

{
2022-09-24 03:24:58 +00:00
imports = [
(toString ../profiles/qemu-vm-install-media)
2022-09-24 03:24:58 +00:00
];
config = {
#deployment.targetHost = "";
#deployment.targetUser = "";
#deployment.targetPort = "";
networking.hostName = "nixos";
#networking.interfaces.br0.ipv4.addresses = [ ];
#networking.interfaces.br0.ipv4.routes = [ {address = "0.0.0.0"; prefixLength = 0; via = "172.16.1.1"; } ];
#networking.interfaces.br0.useDHCP = false;
2022-09-24 03:24:58 +00:00
};
}