add dnscontrol

This commit is contained in:
John Bowdre 2024-10-20 21:54:40 -05:00
parent 88a3274055
commit fe9ade7b0c
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -7,8 +7,7 @@
];
# packages
# home.packages = with pkgs; [
# libvirt
# vagrant
# ];
home.packages = with pkgs; [
dnscontrol
];
}