aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-04 15:34:56 -0300
committerEuAndreh <eu@euandre.org>2022-01-04 15:34:56 -0300
commitba525e8782924ccd8eb41e8e78adfc0f3b3e3ade (patch)
tree1cbe4db939aaef5797244cd229f9893c256c0f32
parentconfiguration.nix: Remove "sudo", after a reasonable time with only "doas" (diff)
downloaddotfiles-ba525e8782924ccd8eb41e8e78adfc0f3b3e3ade.tar.gz
dotfiles-ba525e8782924ccd8eb41e8e78adfc0f3b3e3ade.tar.xz
configuration.nix: Remove "docker" group from andreh user
-rw-r--r--configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix
index 52e2f213..3697951c 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -528,7 +528,7 @@ in {
isNormalUser = true;
uid = 1000;
description = "EuAndreh";
- extraGroups = [ "wheel" "networkmanager" "docker" ];
+ extraGroups = [ "wheel" "networkmanager" ];
};
};
# From the Guix manual: