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