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