nixos: enable docker

This commit is contained in:
2026-08-16 12:26:56 -04:00
parent 0d743c2f99
commit ea0457a8af
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -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"
]; ];
}; };
+2
View File
@@ -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"
]; ];
}; };