about summary refs log tree commit diff
path: root/users/tazjin/nixos/khamovnik/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2024-04-05T15·49+0300
committerclbot <clbot@tvl.fyi>2024-04-05T15·53+0000
commit9e8106305018057821905f1c7b8249e5a882336c (patch)
treeb5fc54f752cc4e5b568aed96285c855c27a8d49c /users/tazjin/nixos/khamovnik/default.nix
parent5262e5bf6cb788a94376be95981a77dcd9a1b89a (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
Diffstat (limited to '')
-rw-r--r--users/tazjin/nixos/khamovnik/default.nix2
1 files changed, 2 insertions, 0 deletions
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" ];