Add danio to drift

This commit is contained in:
2022-04-02 01:52:13 +02:00
parent fe91e38a87
commit 9136cff4bf
2 changed files with 3 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
{
users.users.danio = {
isNormalUser = true;
#extraGroups = [ "wheel" ]; # Enable sudo for the user.
extraGroups = [ "drift" ]; # Enable sudo for the user.
shell = pkgs.zsh;
};
}