use docker on sgx-nixos

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-01-18 16:03:51 +01:00
parent e181ef3e75
commit 227144bceb
6 changed files with 13 additions and 9 deletions

View file

@ -30,6 +30,8 @@
ssh.enable = true;
# jetbrains.enable = true;
};
extraGroups = [ "docker" ];
};
fonts.fontconfig.enable = true;