2022-09-26 13:27:59 +00:00
|
|
|
{
|
2022-09-24 03:24:58 +00:00
|
|
|
imports = [
|
2022-09-27 16:16:53 +00:00
|
|
|
(toString ../profiles/qemu-vm-install-media)
|
2022-09-24 03:24:58 +00:00
|
|
|
];
|
|
|
|
config = {
|
2022-09-26 13:27:59 +00:00
|
|
|
#deployment.targetHost = "";
|
|
|
|
#deployment.targetUser = "";
|
|
|
|
#deployment.targetPort = "";
|
2022-09-27 16:16:53 +00:00
|
|
|
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
|
|
|
};
|
|
|
|
}
|