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, ... }:
|
||||
let
|
||||
hostname = "new.hackens.org"; #config.my.subZone;
|
||||
debug = true; #config.my.debug;
|
||||
debug = false; #config.my.debug;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
|
|
Loading…
Reference in a new issue