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