mirror of
https://github.com/wlcx/home.git
synced 2025-10-13 15:23:45 +01:00
Compare commits
2 Commits
604cf1b75d
...
57ca6b2305
Author | SHA1 | Date | |
---|---|---|---|
57ca6b2305 | |||
a2cab93005 |
@ -25,6 +25,7 @@
|
||||
# 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 = [iperf3 nmap socat tcpdump];
|
||||
net = [dig iperf3 nmap socat tcpdump whois];
|
||||
|
||||
# development tools
|
||||
dev = [jq nixfmt gh glab hexyl];
|
||||
|
Loading…
x
Reference in New Issue
Block a user