Enable libvirt on Sue laptop
This commit is contained in:
parent
1d4ae7bd31
commit
a5c573d410
1 changed files with 9 additions and 4 deletions
|
@ -47,11 +47,16 @@
|
|||
units
|
||||
];
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
rootless = {
|
||||
virtualisation = {
|
||||
libvirtd.enable = true;
|
||||
|
||||
docker = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
|
||||
rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue