From e737bbcbf42b903ed65502f4a45a72ced932dca4 Mon Sep 17 00:00:00 2001 From: k Date: Sun, 10 May 2026 15:49:00 -0400 Subject: [PATCH] Add rodant user --- hosts/server/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) 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";