diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-04-05T15·49+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-04-05T15·53+0000 |
commit | 9e8106305018057821905f1c7b8249e5a882336c (patch) | |
tree | b5fc54f752cc4e5b568aed96285c855c27a8d49c | |
parent | 5262e5bf6cb788a94376be95981a77dcd9a1b89a (diff) |
feat(tazjin/khamovnik): enable docker r/7855
Change-Id: I105aad32cfcebd7a1b9108e4fd847073fb30da15 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11360 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
-rw-r--r-- | users/tazjin/nixos/khamovnik/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/tazjin/nixos/khamovnik/default.nix b/users/tazjin/nixos/khamovnik/default.nix index 414301159b87..2d798576b216 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" ]; |