aboutsummaryrefslogtreecommitdiffstats
path: root/.config/nvchecker
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2023-05-23 09:51:28 +0200
committerDavid Runge <dave@sleepmap.de>2023-05-23 09:53:29 +0200
commit08d9230c241db6d130838d984fe4ffa48f6e76ec (patch)
tree7aea051f614ce37f48c7f18a033c421116aeae19 /.config/nvchecker
parentee129345f3449e92457e46f8f8f4aaddc3ee90e3 (diff)
downloaddotfiles-08d9230c241db6d130838d984fe4ffa48f6e76ec.tar.gz
dotfiles-08d9230c241db6d130838d984fe4ffa48f6e76ec.tar.bz2
dotfiles-08d9230c241db6d130838d984fe4ffa48f6e76ec.tar.xz
dotfiles-08d9230c241db6d130838d984fe4ffa48f6e76ec.zip
pkgs: add dhcpcd
Diffstat (limited to '.config/nvchecker')
-rw-r--r--.config/nvchecker/core.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/nvchecker/core.toml b/.config/nvchecker/core.toml
index 3b565ed..b233599 100644
--- a/.config/nvchecker/core.toml
+++ b/.config/nvchecker/core.toml
@@ -7,6 +7,11 @@ source = "git"
git = "https://github.com/linux-audit/audit-userspace"
use_max_tag = true
+[dhcpcd]
+source = "git"
+git = "https://github.com/NetworkConfiguration/dhcpcd"
+use_max_tag = true
+
[efibootmgr]
source = "git"
git = "https://github.com/rhboot/efibootmgr"