mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-04-04 13:11:21 +02:00
Add danio user
This commit is contained in:
parent
b7bf6f3727
commit
70aa493f43
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;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user