mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 08:37:34 +08:00
pureintent: vinoth
This commit is contained in:
parent
6152244e76
commit
39e796357b
1 changed files with 14 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue