Add rodant user

This commit is contained in:
k 2026-05-10 15:49:00 -04:00
parent b8fe345989
commit e737bbcbf4

View file

@ -32,6 +32,11 @@
motd = "Welcome to the Server";
defaultUserShell = pkgs.zsh;
users = {
rodant = {
isNormalUser = true;
description = "llm user";
packages = with pkgs; [git python3 nodejs cargo ripgrep curl wget ffmpeg imagemagick texliveFull ];
};
k = {
isNormalUser = true;
description = "k";