Add rodant user
This commit is contained in:
parent
b8fe345989
commit
e737bbcbf4
1 changed files with 5 additions and 0 deletions
|
|
@ -32,6 +32,11 @@
|
||||||
motd = "Welcome to the Server";
|
motd = "Welcome to the Server";
|
||||||
defaultUserShell = pkgs.zsh;
|
defaultUserShell = pkgs.zsh;
|
||||||
users = {
|
users = {
|
||||||
|
rodant = {
|
||||||
|
isNormalUser = true;
|
||||||
|
description = "llm user";
|
||||||
|
packages = with pkgs; [git python3 nodejs cargo ripgrep curl wget ffmpeg imagemagick texliveFull ];
|
||||||
|
};
|
||||||
k = {
|
k = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "k";
|
description = "k";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue