Added mkOverride to blocky configuration to make it enabled when the productive specialisation is enabled
This commit is contained in:
parent
558ef2dd07
commit
613a99a345
2 changed files with 2 additions and 2 deletions
|
|
@ -313,7 +313,7 @@ in
|
|||
environment.systemPackages = basePackages;
|
||||
programs.steam.enable = lib.mkOverride 99 false;
|
||||
services.blocky = {
|
||||
enable = true;
|
||||
enable = lib.mkOverride 99 true;
|
||||
settings = {
|
||||
ports.dns = 53; # port for incoming dns queries.
|
||||
upstreams.groups.default = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue