[NixOS] Enable docker

This commit is contained in:
Ivan Malison 2019-06-26 14:11:48 -07:00
parent 9d91488fd8
commit 02bef2eb26
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

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