+1
-1
nixos/modules/services/networking/git-daemon.nix
+1
-1
nixos/modules/services/networking/git-daemon.nix
···-+ "--verbose " + (optionalString cfg.exportAll "--export-all") + concatStringsSep " " cfg.repositories;
···++ "--verbose " + (optionalString cfg.exportAll "--export-all ") + concatStringsSep " " cfg.repositories;