archachatina: enable docker.

This commit is contained in:
Gabriel Ebner 2015-11-22 12:10:31 +01:00
parent 37a0849653
commit 32e77c56fa
1 changed files with 4 additions and 0 deletions

View File

@ -33,4 +33,8 @@
uvccapture uvccapture
]; ];
virtualisation.docker.enable = true;
users.extraUsers.gebner.extraGroups = [ "docker" ];
} }