chore(tazjin/nixos): enable docker on tverskoy for a talk

Change-Id: Ie5caa5648d34a4163e752f121edd8e828c922a77
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8232
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2023-03-09 12:14:08 +03:00 committed by clbot
parent 0b9467903b
commit 7126c01fd0

View file

@ -48,7 +48,8 @@ lib.fix (self: {
};
virtualisation.virtualbox.host.enable = true;
users.users.tazjin.extraGroups = [ "vboxusers" ];
virtualisation.docker.enable = true;
users.users.tazjin.extraGroups = [ "docker" "vboxusers" ];
fileSystems = {
"/" = {