nixos: enable docker
This commit is contained in:
@@ -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