blocky: add blocky package
All checks were successful
fmt check / check (push) Successful in 41s
flake check / check (push) Successful in 6m3s

This commit is contained in:
notohh 2023-11-30 23:15:59 -05:00
parent 9c2c38f917
commit cc365ca447
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,7 +1,9 @@
{...}: { {pkgs, ...}: {
networking.firewall.allowedTCPPorts = [53 4000]; networking.firewall.allowedTCPPorts = [53 4000];
networking.firewall.allowedUDPPorts = [53]; networking.firewall.allowedUDPPorts = [53];
environment.systemPackages = [pkgs.blocky];
services.blocky = { services.blocky = {
enable = true; enable = true;
settings = { settings = {