nixos: enable docker
This commit is contained in:
@@ -26,6 +26,7 @@ in
|
|||||||
boot = {
|
boot = {
|
||||||
kernelParams = [
|
kernelParams = [
|
||||||
"vfio-pci.ids=10de:2782,10de:22bc"
|
"vfio-pci.ids=10de:2782,10de:22bc"
|
||||||
|
"video=DP=-3:1024x768@85"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -252,6 +252,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
|
docker.enable = true;
|
||||||
spiceUSBRedirection.enable = true;
|
spiceUSBRedirection.enable = true;
|
||||||
|
|
||||||
libvirtd = {
|
libvirtd = {
|
||||||
@@ -286,6 +287,7 @@ in
|
|||||||
"libvirtd"
|
"libvirtd"
|
||||||
"input"
|
"input"
|
||||||
"video"
|
"video"
|
||||||
|
"docker"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user