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
|
|
@ -1 +1 @@
|
||||||
Removed online-go blocking from productive build
|
Added mkOverride to blocky configuration to make it enabled when the productive specialisation is enabled
|
||||||
|
|
|
||||||
|
|
@ -313,7 +313,7 @@ in
|
||||||
environment.systemPackages = basePackages;
|
environment.systemPackages = basePackages;
|
||||||
programs.steam.enable = lib.mkOverride 99 false;
|
programs.steam.enable = lib.mkOverride 99 false;
|
||||||
services.blocky = {
|
services.blocky = {
|
||||||
enable = true;
|
enable = lib.mkOverride 99 true;
|
||||||
settings = {
|
settings = {
|
||||||
ports.dns = 53; # port for incoming dns queries.
|
ports.dns = 53; # port for incoming dns queries.
|
||||||
upstreams.groups.default = [
|
upstreams.groups.default = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue