Extract MTR

This commit is contained in:
James Patrick 2022-08-14 17:22:17 -04:00
parent eeaaea35b9
commit a65aecc2c9
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{ config, lib, pkgs, ... }: {
programs.mtr.enable = true;
networking = {
firewall = {
enable = true;

View File

@ -4,7 +4,6 @@ let
in {
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
programs.mtr.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;