lxc on alexandria again
This commit is contained in:
parent
657e1e4697
commit
bea4771272
2 changed files with 9 additions and 4 deletions
|
|
@ -9,9 +9,14 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
virtualisation.lxc = {
|
||||
enable = true;
|
||||
unprivilegedContainers = true;
|
||||
virtualisation = {
|
||||
lxc = {
|
||||
enable = true;
|
||||
unprivilegedContainers = true;
|
||||
};
|
||||
incus.enable = true;
|
||||
};
|
||||
|
||||
users.users.user.extraGroups = [ "incus-admin" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue