blocky: add blocky package
All checks were successful
fmt check / check (push) Successful in 41s
flake check / check (push) Successful in 6m3s
All checks were successful
fmt check / check (push) Successful in 41s
flake check / check (push) Successful in 6m3s
This commit is contained in:
parent
9c2c38f917
commit
cc365ca447
1 changed files with 3 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue