pureintent: vinoth

This commit is contained in:
Sridhar Ratnakumar 2024-12-01 15:30:34 -05:00
parent 6152244e76
commit 39e796357b

View file

@ -24,6 +24,20 @@ in
enable = true;
openFirewall = true;
};
users.users.vinoth = {
isNormalUser = true;
extraGroups = [ "jellyfin" ];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGQAoH/iaojJSIHZmPdxZH+CrI8lKqgWA3tMRFlGI41M vinoth.ratna.kumar@gmail.com"
];
};
environment.systemPackages = with pkgs; [
yt-dlp
ffmpeg
aria2
tmux
zellij
];
programs.nix-ld.enable = true; # for vscode server