Enable libvirt on Sue laptop
This commit is contained in:
parent
1d4ae7bd31
commit
a5c573d410
1 changed files with 9 additions and 4 deletions
|
@ -47,13 +47,18 @@
|
||||||
units
|
units
|
||||||
];
|
];
|
||||||
|
|
||||||
virtualisation.docker = {
|
virtualisation = {
|
||||||
|
libvirtd.enable = true;
|
||||||
|
|
||||||
|
docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
rootless = {
|
rootless = {
|
||||||
enable = true;
|
enable = true;
|
||||||
setSocketVariable = true;
|
setSocketVariable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
swapDevices = [{device = "/dev/disk/by-uuid/96a43c35-0174-4e92-81f0-168a5f601f0b";}];
|
swapDevices = [{device = "/dev/disk/by-uuid/96a43c35-0174-4e92-81f0-168a5f601f0b";}];
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue