+2
-1
nixos/modules/services/networking/bind.nix
+2
-1
nixos/modules/services/networking/bind.nix
······script = "${pkgs.bind.bin}/sbin/named -u ${bindUser} ${optionalString cfg.ipv4Only "-4"} -c ${cfg.configFile} -f";
+1
-1
nixos/modules/services/networking/cjdns.nix
+1
-1
nixos/modules/services/networking/cjdns.nix
···+description = "cjdns: routing engine designed for security, scalability, speed and ease of use";
+2
-2
nixos/modules/services/networking/zerobin.nix
+2
-2
nixos/modules/services/networking/zerobin.nix
-1
nixos/modules/services/web-servers/apache-httpd/wordpress.nix
-1
nixos/modules/services/web-servers/apache-httpd/wordpress.nix
···echo "Need to create the database '${config.dbName}' and grant permissions to user named '${config.dbUser}'."