about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2024-12-31T09·39+0300
committertazjin <mail@tazj.in>2024-12-31T15·23+0000
commitd1cafeae1fe42ffe44e4d018caf6f218ab6322ee (patch)
tree82b6513c0dc6d99eb857e72e02a610fe1c231c73
parent57a9874588b3733e5e0995a33e72561cba7d6fcd (diff)
chore(tazjin/tverskoy): disable docker r/9049
Change-Id: I91bb19175db67ce6e44eec907883dd891122c568
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12934
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
-rw-r--r--users/tazjin/nixos/tverskoy/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix
index c6cd943b99b7..2169c5d1adf0 100644
--- a/users/tazjin/nixos/tverskoy/default.nix
+++ b/users/tazjin/nixos/tverskoy/default.nix
@@ -45,7 +45,6 @@ lib.fix (self: {
     loader.efi.canTouchEfiVariables = true;
   };
 
-  virtualisation.docker.enable = true;
   users.users.tazjin.extraGroups = [ "docker" "vboxusers" "adbusers" ];
 
   fileSystems = {