debug=false

This commit is contained in:
sinavir 2022-04-06 14:27:57 +02:00
parent a41f9a5873
commit a343de6dfa

View file

@ -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 = [