lxc on alexandria again
This commit is contained in:
parent
657e1e4697
commit
bea4771272
2 changed files with 9 additions and 4 deletions
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
# other aspects
|
||||
fwupd
|
||||
podman
|
||||
lxc
|
||||
]);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,9 +9,14 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
virtualisation.lxc = {
|
||||
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