From 9e8106305018057821905f1c7b8249e5a882336c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 5 Apr 2024 18:49:36 +0300 Subject: feat(tazjin/khamovnik): enable docker Change-Id: I105aad32cfcebd7a1b9108e4fd847073fb30da15 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11360 Reviewed-by: tazjin Autosubmit: tazjin Tested-by: BuildkiteCI --- users/tazjin/nixos/khamovnik/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'users/tazjin/nixos/khamovnik/default.nix') diff --git a/users/tazjin/nixos/khamovnik/default.nix b/users/tazjin/nixos/khamovnik/default.nix index 414301159b..2d798576b2 100644 --- a/users/tazjin/nixos/khamovnik/default.nix +++ b/users/tazjin/nixos/khamovnik/default.nix @@ -116,6 +116,8 @@ in # Try to work around Intel CPU throttling bugs services.throttled.enable = true; + virtualisation.docker.enable = true; + hardware.bluetooth.enable = true; users.users.tazjin.extraGroups = [ "tss" ]; -- cgit 1.4.1