Skip to content

Commit

Permalink
[nixos/server] remove unused group
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Jul 5, 2024
1 parent f38e6aa commit 1699a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/server/users.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
group = "users";
isNormalUser = true;
home = "/home/pascal";
extraGroups = [ "mpd" "mail" ];
extraGroups = [ "mail" ];
createHome = true;
useDefaultShell = true;
openssh.authorizedKeys.keys = [
Expand Down

0 comments on commit 1699a1e

Please sign in to comment.