From 13a11897e1020a4420658b2fe984f6b7c98c2e5f Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 6 Feb 2024 10:39:24 +0100 Subject: [PATCH] Remove docker group too --- nixos/desktop/configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nixos/desktop/configuration.nix b/nixos/desktop/configuration.nix index 60c232a..be24784 100644 --- a/nixos/desktop/configuration.nix +++ b/nixos/desktop/configuration.nix @@ -92,8 +92,6 @@ noisetorch ]; - virtualisation.waydroid.enable = false; - programs.direnv = { enable = true; }; @@ -162,7 +160,7 @@ users.users = { lillian = { isNormalUser = true; - extraGroups = ["sudo" "networkmanager" "wheel" "vboxsf" "docker"]; + extraGroups = ["sudo" "networkmanager" "wheel" "vboxsf"]; shell = pkgs.zsh; }; };