modules/system/incus: initialize default profile

This commit is contained in:
Nikodem Rabuliński 2025-02-24 23:08:34 +01:00
parent ddaec1196e
commit 94b293acbb
Signed by: nrabulinski
SSH key fingerprint: SHA256:eJRdE3KzMWWk9zrksGEv8+v6F+VqUVR++z2SSPyiL0I

View file

@ -49,6 +49,23 @@ let
};
}
];
profiles = [
{
devices = {
eth0 = {
name = "eth0";
network = "incusbr0";
type = "nic";
};
root = {
path = "/";
pool = "default";
type = "disk";
};
};
name = "default";
}
];
};
};
networking = {