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
|
||||
];
|
||||
|
||||
virtualisation.docker = {
|
||||
virtualisation = {
|
||||
libvirtd.enable = true;
|
||||
|
||||
docker = {
|
||||
enable = true;
|
||||
|
||||
rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
swapDevices = [{device = "/dev/disk/by-uuid/96a43c35-0174-4e92-81f0-168a5f601f0b";}];
|
||||
fileSystems = {
|
||||
|
|
Loading…
Add table
Reference in a new issue