+1
-4
nixos/modules/i18n/input-method/ibus.nix
+1
-4
nixos/modules/i18n/input-method/ibus.nix
···
+2
-2
nixos/modules/installer/cd-dvd/iso-image.nix
+2
-2
nixos/modules/installer/cd-dvd/iso-image.nix
···
+1
-1
nixos/modules/programs/less.nix
+1
-1
nixos/modules/programs/less.nix
+8
-8
nixos/modules/programs/tmux.nix
+8
-8
nixos/modules/programs/tmux.nix
·········
+2
-2
nixos/modules/security/acme/default.nix
+2
-2
nixos/modules/security/acme/default.nix
···-warnings = filter (w: w != "") (mapAttrsToList (cert: data: if data.extraDomains != "_mkMergedOptionModule" then ''+warnings = filter (w: w != "") (mapAttrsToList (cert: data: optionalString (data.extraDomains != "_mkMergedOptionModule") ''
+2
-2
nixos/modules/services/audio/snapserver.nix
+2
-2
nixos/modules/services/audio/snapserver.nix
···# https://github.com/badaix/snapcast/blob/98ac8b2fb7305084376607b59173ce4097c620d8/server/streamreader/stream_manager.cpp#L85services.snapserver.streams.${k}.type = "spotify" is deprecated, use services.snapserver.streams.${k}.type = "librespot" instead.
+1
-1
nixos/modules/services/backup/mysql-backup.nix
+1
-1
nixos/modules/services/backup/mysql-backup.nix
···-if ${mariadb}/bin/mysqldump ${if cfg.singleTransaction then "--single-transaction" else ""} ${db} | ${gzip}/bin/gzip -c > $dest.tmp; then+if ${mariadb}/bin/mysqldump ${optionalString cfg.singleTransaction "--single-transaction"} ${db} | ${gzip}/bin/gzip -c > $dest.tmp; then
+1
-1
nixos/modules/services/backup/restic.nix
+1
-1
nixos/modules/services/backup/restic.nix
···
+2
-2
nixos/modules/services/blockchain/ethereum/geth.nix
+2
-2
nixos/modules/services/blockchain/ethereum/geth.nix
···-${if cfg.http.enable then ''--http --http.addr ${cfg.http.address} --http.port ${toString cfg.http.port}'' else ""} \+${optionalString cfg.http.enable ''--http --http.addr ${cfg.http.address} --http.port ${toString cfg.http.port}''} \${optionalString (cfg.http.apis != null) ''--http.api ${lib.concatStringsSep "," cfg.http.apis}''} \-${if cfg.websocket.enable then ''--ws --ws.addr ${cfg.websocket.address} --ws.port ${toString cfg.websocket.port}'' else ""} \+${optionalString cfg.websocket.enable ''--ws --ws.addr ${cfg.websocket.address} --ws.port ${toString cfg.websocket.port}''} \${optionalString (cfg.websocket.apis != null) ''--ws.api ${lib.concatStringsSep "," cfg.websocket.apis}''} \${optionalString cfg.metrics.enable ''--metrics --metrics.addr ${cfg.metrics.address} --metrics.port ${toString cfg.metrics.port}''} \
+1
-1
nixos/modules/services/continuous-integration/jenkins/job-builder.nix
+1
-1
nixos/modules/services/continuous-integration/jenkins/job-builder.nix
···
+1
-1
nixos/modules/services/games/minetest-server.nix
+1
-1
nixos/modules/services/games/minetest-server.nix
+2
-3
nixos/modules/services/logging/logrotate.nix
+2
-3
nixos/modules/services/logging/logrotate.nix
···
+1
-1
nixos/modules/services/logging/syslogd.nix
+1
-1
nixos/modules/services/logging/syslogd.nix
···
+1
-1
nixos/modules/services/mail/postfix.nix
+1
-1
nixos/modules/services/mail/postfix.nix
···headerChecks = concatStringsSep "\n" (map (x: "${x.pattern} ${x.action}") cfg.headerChecks) + cfg.extraHeaderChecks;
+5
-5
nixos/modules/services/misc/gammu-smsd.nix
+5
-5
nixos/modules/services/misc/gammu-smsd.nix
······
+1
-1
nixos/modules/services/misc/gitlab.nix
+1
-1
nixos/modules/services/misc/gitlab.nix
···
+1
-1
nixos/modules/services/misc/mbpfan.nix
+1
-1
nixos/modules/services/misc/mbpfan.nix
+7
-7
nixos/modules/services/misc/redmine.nix
+7
-7
nixos/modules/services/misc/redmine.nix
···-scm_subversion_command = if cfg.components.subversion then "${pkgs.subversion}/bin/svn" else "";-imagemagick_convert_command = if cfg.components.imagemagick then "${pkgs.imagemagick}/bin/convert" else "";+scm_subversion_command = optionalString cfg.components.subversion "${pkgs.subversion}/bin/svn";+imagemagick_convert_command = optionalString cfg.components.imagemagick "${pkgs.imagemagick}/bin/convert";
+1
-1
nixos/modules/services/misc/siproxd.nix
+1
-1
nixos/modules/services/misc/siproxd.nix
···${optionalString (cfg.hostsAllowReg != []) "hosts_allow_reg = ${concatStringsSep "," cfg.hostsAllowReg}"}${optionalString (cfg.hostsAllowSip != []) "hosts_allow_sip = ${concatStringsSep "," cfg.hostsAllowSip}"}${optionalString (cfg.hostsDenySip != []) "hosts_deny_sip = ${concatStringsSep "," cfg.hostsDenySip}"}
+2
-2
nixos/modules/services/monitoring/prometheus/exporters/collectd.nix
+2
-2
nixos/modules/services/monitoring/prometheus/exporters/collectd.nix
···--collectd.listen-address ${cfg.collectdBinary.listenAddress}:${toString cfg.collectdBinary.port} \
+2
-2
nixos/modules/services/network-filesystems/openafs/lib.nix
+2
-2
nixos/modules/services/network-filesystems/openafs/lib.nix
···-'' + (concatStringsSep "\n" (map (dbm: if (dbm.ip != "" && dbm.dnsname != "") then dbm.ip + " #" + dbm.dnsname else "")+'' + (concatStringsSep "\n" (map (dbm: optionalString (dbm.ip != "" && dbm.dnsname != "") "${dbm.ip} #${dbm.dnsname}")
+1
-1
nixos/modules/services/networking/ndppd.nix
+1
-1
nixos/modules/services/networking/ndppd.nix
···
+1
-1
nixos/modules/services/networking/ntopng.nix
+1
-1
nixos/modules/services/networking/ntopng.nix
···
+2
-2
nixos/modules/services/networking/ssh/lshd.nix
+2
-2
nixos/modules/services/networking/ssh/lshd.nix
···
+5
-5
nixos/modules/services/networking/ssh/sshd.nix
+5
-5
nixos/modules/services/networking/ssh/sshd.nix
······
+3
-3
nixos/modules/services/networking/strongswan.nix
+3
-3
nixos/modules/services/networking/strongswan.nix
······strongswanConf = {setup, connections, ca, secretsFile, managePlugins, enabledPlugins}: toFile "strongswan.conf" ''
+2
-2
nixos/modules/services/networking/stunnel.nix
+2
-2
nixos/modules/services/networking/stunnel.nix
···
+1
-1
nixos/modules/services/networking/xinetd.nix
+1
-1
nixos/modules/services/networking/xinetd.nix
···
+2
-3
nixos/modules/services/security/oauth2_proxy.nix
+2
-3
nixos/modules/services/security/oauth2_proxy.nix
···
+1
-1
nixos/modules/services/system/cachix-agent/default.nix
+1
-1
nixos/modules/services/system/cachix-agent/default.nix
···${cfg.package}/bin/cachix ${lib.optionalString cfg.verbose "--verbose"} ${lib.optionalString (cfg.host != null) "--host ${cfg.host}"} \
+2
-2
nixos/modules/services/web-apps/discourse.nix
+2
-2
nixos/modules/services/web-apps/discourse.nix
···
+1
-1
nixos/modules/services/web-servers/fcgiwrap.nix
+1
-1
nixos/modules/services/web-servers/fcgiwrap.nix
···
+5
-5
nixos/modules/services/web-servers/lighttpd/default.nix
+5
-5
nixos/modules/services/web-servers/lighttpd/default.nix
······
+2
-2
nixos/modules/services/web-servers/nginx/default.nix
+2
-2
nixos/modules/services/web-servers/nginx/default.nix
······
+3
-3
nixos/modules/services/web-servers/tomcat.nix
+3
-3
nixos/modules/services/web-servers/tomcat.nix
···# Change all references from CATALINA_HOME to CATALINA_BASE and add support for shared libraries···
+2
-2
nixos/modules/system/boot/loader/grub/grub.nix
+2
-2
nixos/modules/system/boot/loader/grub/grub.nix
······-grubTargetEfi = if cfg.efiSupport && (cfg.version == 2) then f (grubEfi.grubTarget or "") else "";+grubTargetEfi = optionalString (cfg.efiSupport && (cfg.version == 2)) (f (grubEfi.grubTarget or ""));
+3
-3
nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix
+3
-3
nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix
······
+1
-2
nixos/modules/system/boot/luksroot.nix
+1
-2
nixos/modules/system/boot/luksroot.nix
···
+1
-1
nixos/modules/tasks/filesystems.nix
+1
-1
nixos/modules/tasks/filesystems.nix
···-"Mountpoint '${fs.mountPoint}': 'autoResize = true' is not supported for 'fsType = \"${fs.fsType}\"':${if fs.fsType == "auto" then " fsType has to be explicitly set and" else ""} only the ext filesystems and f2fs support it.";+"Mountpoint '${fs.mountPoint}': 'autoResize = true' is not supported for 'fsType = \"${fs.fsType}\"':${optionalString (fs.fsType == "auto") " fsType has to be explicitly set and"} only the ext filesystems and f2fs support it.";
+4
-4
nixos/modules/virtualisation/nixos-containers.nix
+4
-4
nixos/modules/virtualisation/nixos-containers.nix
···
+2
-2
nixos/modules/virtualisation/qemu-vm.nix
+2
-2
nixos/modules/virtualisation/qemu-vm.nix
···