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
|
units
|
||||||
];
|
];
|
||||||
|
|
||||||
virtualisation.docker = {
|
virtualisation = {
|
||||||
enable = true;
|
libvirtd.enable = true;
|
||||||
rootless = {
|
|
||||||
|
docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
setSocketVariable = true;
|
|
||||||
|
rootless = {
|
||||||
|
enable = true;
|
||||||
|
setSocketVariable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue