diff options
| author | EuAndreh <eu@euandre.org> | 2022-01-04 15:34:56 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-01-04 15:34:56 -0300 |
| commit | ba525e8782924ccd8eb41e8e78adfc0f3b3e3ade (patch) | |
| tree | 1cbe4db939aaef5797244cd229f9893c256c0f32 | |
| parent | configuration.nix: Remove "sudo", after a reasonable time with only "doas" (diff) | |
| download | dotfiles-ba525e8782924ccd8eb41e8e78adfc0f3b3e3ade.tar.gz dotfiles-ba525e8782924ccd8eb41e8e78adfc0f3b3e3ade.tar.xz | |
configuration.nix: Remove "docker" group from andreh user
| -rw-r--r-- | configuration.nix | 2 |
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: |
