Add danio user
This commit is contained in:
9
users/danio.nix
Normal file
9
users/danio.nix
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{pkgs, ...}:
|
||||||
|
|
||||||
|
{
|
||||||
|
users.users.danio = {
|
||||||
|
isNormalUser = true;
|
||||||
|
#extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||||
|
shell = pkgs.zsh;
|
||||||
|
};
|
||||||
|
}
|
Reference in New Issue
Block a user