9 lines
223 B
Nix
9 lines
223 B
Nix
{
|
|
users.users.k3t = {
|
|
description = "Kai Moore";
|
|
isNormalUser = true;
|
|
extraGroups = [ "audio" "video" "bluetooth" "wheel" "input" "networkmanager" ];
|
|
initialPassword = "password";
|
|
linger = true;
|
|
};
|
|
} |