diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index c984732..c52495e 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -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";