add nvtop and yt-dlp
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
environment.systemPackages = [
|
||||
pkgs.remmina
|
||||
pkgs.mpv
|
||||
pkgs.yt-dlp
|
||||
pkgs.chromium
|
||||
pkgs.firefox
|
||||
pkgs.keepassxc
|
||||
@@ -24,6 +25,7 @@
|
||||
pkgs.catppuccin-gtk
|
||||
pkgs.vscodium
|
||||
pkgs.nixpkgs-fmt
|
||||
pkgs.postman
|
||||
|
||||
];
|
||||
fonts.packages = [
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
{
|
||||
environment.systemPackages = [
|
||||
pkgs.pwgen
|
||||
pkgs.ansible
|
||||
];
|
||||
|
||||
}
|
||||
@@ -14,6 +14,10 @@
|
||||
PreferredAuthentications publickey
|
||||
IdentityFile ~/.ssh/id_ecdsa_ansible
|
||||
|
||||
Match User gitea
|
||||
PreferredAuthentications publickey,password
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
|
||||
Match User gitea Host git.unixyourbrain.org
|
||||
PreferredAuthentications publickey,password
|
||||
IdentityFile ~/.ssh/id_ed25519_beastie
|
||||
|
||||
Reference in New Issue
Block a user