My NixOS and Home Manager configurations
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

allow editing /etc/hosts in hacking module, add netexec

+5 -1
+5 -1
modules/packages/hacking.nix
··· 6 6 }: 7 7 { 8 8 unify.modules.hacking = { 9 - nixos.programs.wireshark.enable = true; 9 + nixos = { 10 + programs.wireshark.enable = true; 11 + environment.etc.hosts.mode = "0644"; 12 + }; 10 13 home = 11 14 { pkgs, ... }: 12 15 { ··· 46 49 imhex 47 50 python3Packages.scapy 48 51 xh 52 + netexec 49 53 50 54 metasploit 51 55