mirror of https://github.com/wlcx/home.git
Compare commits
No commits in common. "57ca6b2305de4a4774157e9047b1ff79a40a3f93" and "604cf1b75d8eef2e1a634bda21ae87c22aeb9519" have entirely different histories.
57ca6b2305
...
604cf1b75d
|
@ -25,7 +25,6 @@
|
|||
# Shouldn't have an effect on macos, on linux we need to specify a pinentry
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
pinentryFlavor = "qt"; # for plasma
|
||||
};
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@ with pkgs; rec {
|
|||
];
|
||||
|
||||
# Networking shit
|
||||
net = [dig iperf3 nmap socat tcpdump whois];
|
||||
net = [iperf3 nmap socat tcpdump];
|
||||
|
||||
# development tools
|
||||
dev = [jq nixfmt gh glab hexyl];
|
||||
|
|
Loading…
Reference in New Issue