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
+2
View File
@@ -252,6 +252,7 @@ in
};
virtualisation = {
docker.enable = true;
spiceUSBRedirection.enable = true;
libvirtd = {
@@ -286,6 +287,7 @@ in
"libvirtd"
"input"
"video"
"docker"
];
};