diff options
author | Vincent Ambo <mail@tazj.in> | 2024-12-31T09·39+0300 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2024-12-31T15·23+0000 |
commit | d1cafeae1fe42ffe44e4d018caf6f218ab6322ee (patch) | |
tree | 82b6513c0dc6d99eb857e72e02a610fe1c231c73 | |
parent | 57a9874588b3733e5e0995a33e72561cba7d6fcd (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.nix | 1 |
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 = { |