modules/system/incus: initialize default profile
This commit is contained in:
parent
ddaec1196e
commit
94b293acbb
1 changed files with 17 additions and 0 deletions
|
@ -49,6 +49,23 @@ let
|
|||
};
|
||||
}
|
||||
];
|
||||
profiles = [
|
||||
{
|
||||
devices = {
|
||||
eth0 = {
|
||||
name = "eth0";
|
||||
network = "incusbr0";
|
||||
type = "nic";
|
||||
};
|
||||
root = {
|
||||
path = "/";
|
||||
pool = "default";
|
||||
type = "disk";
|
||||
};
|
||||
};
|
||||
name = "default";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
networking = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue