[NixOS] Enable docker

This commit is contained in:
2019-06-26 14:11:48 -07:00
parent 9d91488fd8
commit 02bef2eb26

View File

@@ -340,11 +340,14 @@ in
};
virtualisation.docker.enable = true;
users.extraUsers = let
extraGroups = [
"audio"
"adbusers"
"disk"
"docker"
"networkmanager"
"systemd-journal"
"video"