debug=false
This commit is contained in:
parent
a41f9a5873
commit
a343de6dfa
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, config, ... }:
|
{ pkgs, config, ... }:
|
||||||
let
|
let
|
||||||
hostname = "new.hackens.org"; #config.my.subZone;
|
hostname = "new.hackens.org"; #config.my.subZone;
|
||||||
debug = true; #config.my.debug;
|
debug = false; #config.my.debug;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue