New apps and minor fixes after flake update
This commit is contained in:
parent
d3a12f6c8d
commit
c07fa9236c
@ -18,7 +18,7 @@
|
|||||||
# Networking
|
# Networking
|
||||||
networking.hostName = "randomctf";
|
networking.hostName = "randomctf";
|
||||||
networking.nameservers = [ "192.168.100.1" "8.8.8.8" "8.8.4.4" ];
|
networking.nameservers = [ "192.168.100.1" "8.8.8.8" "8.8.4.4" ];
|
||||||
networking.firewall.allowedTCPPorts = [ 22 24800 ];
|
networking.firewall.allowedTCPPorts = [ 22 5060 24800 ];
|
||||||
|
|
||||||
# Temporary fix for service failure.
|
# Temporary fix for service failure.
|
||||||
systemd.services.NetworkManager-wait-online.enable = lib.mkForce false;
|
systemd.services.NetworkManager-wait-online.enable = lib.mkForce false;
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
services.emacs.enable = true;
|
services.emacs.enable = true;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
bitwarden-cli
|
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
|
#bitwarden-cli
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
firefox
|
firefox
|
||||||
zoom-us
|
zoom-us
|
||||||
discord
|
discord
|
||||||
|
twinkle
|
||||||
flameshot
|
flameshot
|
||||||
libreoffice
|
libreoffice
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
gdb
|
gdb
|
||||||
yara
|
yara
|
||||||
nmap
|
nmap
|
||||||
john
|
#john
|
||||||
ffuf
|
ffuf
|
||||||
amass
|
amass
|
||||||
nikto
|
nikto
|
||||||
@ -19,7 +19,6 @@
|
|||||||
strace
|
strace
|
||||||
openssl
|
openssl
|
||||||
remmina
|
remmina
|
||||||
netexec
|
|
||||||
pwntools
|
pwntools
|
||||||
openldap
|
openldap
|
||||||
rustscan
|
rustscan
|
||||||
|
@ -12,6 +12,8 @@
|
|||||||
curl
|
curl
|
||||||
btop
|
btop
|
||||||
p7zip
|
p7zip
|
||||||
|
yt-dlp
|
||||||
|
ffmpeg
|
||||||
sshpass
|
sshpass
|
||||||
ripgrep
|
ripgrep
|
||||||
openvpn
|
openvpn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user