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
|
# other aspects
|
||||||
fwupd
|
fwupd
|
||||||
podman
|
lxc
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,9 +9,14 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
virtualisation.lxc = {
|
virtualisation = {
|
||||||
enable = true;
|
lxc = {
|
||||||
unprivilegedContainers = true;
|
enable = true;
|
||||||
|
unprivilegedContainers = true;
|
||||||
|
};
|
||||||
|
incus.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
users.users.user.extraGroups = [ "incus-admin" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue