diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-05-30 11:43:17 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-05-30 11:43:17 +0300 |
commit | 4ea68b87c2747031b42bc3d3d286e4408680e978 (patch) | |
tree | 6bdb17393976912133677226e971ea8159bde64f /modules/nmap.nix | |
parent | 2024-05-26 (diff) |
2024-05-30
Diffstat (limited to '')
-rw-r--r-- | modules/nmap.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/nmap.nix b/modules/nmap.nix index 71b3d0b..c358e71 100644 --- a/modules/nmap.nix +++ b/modules/nmap.nix @@ -65,8 +65,6 @@ in }; timers.update-nmap-vulscan-lists = { - # TODO Figure out how to check for network-online.target for user - # timers. Timer = { OnCalendar = "daily"; Persistent = true; |