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:
parent
0b9467903b
commit
7126c01fd0
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ lib.fix (self: {
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.virtualbox.host.enable = true;
|
virtualisation.virtualbox.host.enable = true;
|
||||||
users.users.tazjin.extraGroups = [ "vboxusers" ];
|
virtualisation.docker.enable = true;
|
||||||
|
users.users.tazjin.extraGroups = [ "docker" "vboxusers" ];
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/" = {
|
"/" = {
|
||||||
|
|
Loading…
Reference in a new issue