···88 * to a menuentry for use in grub.
99 *
1010 * * defaults: {name, image, params, initrd}
1111- * * options: [ option... ]
1111+ * * options: [ option... ]
1212 * * option: {name, params, class}
1313 */
1414 menuBuilderGrub2 =
+1-1
nixos/modules/security/acme/default.nix
···344344 serviceConfig = commonServiceConfig // {
345345 Group = data.group;
346346347347- # Let's Encrypt Failed Validation Limit allows 5 retries per hour, per account, hostname and hour.
347347+ # Let's Encrypt Failed Validation Limit allows 5 retries per hour, per account, hostname and hour.
348348 # This avoids eating them all up if something is misconfigured upon the first try.
349349 RestartSec = 15 * 60;
350350
+1-1
nixos/modules/services/web-apps/nextcloud.nix
···10201020 '';
10211021 serviceConfig.Type = "oneshot";
10221022 serviceConfig.User = "nextcloud";
10231023- # On Nextcloud ≥ 26, it is not necessary to patch the database files to prevent
10231023+ # On Nextcloud ≥ 26, it is not necessary to patch the database files to prevent
10241024 # an automatic creation of the database user.
10251025 environment.NC_setup_create_db_user = lib.mkIf (nextcloudGreaterOrEqualThan "26") "false";
10261026 };
+1-1
nixos/modules/services/web-apps/pixelfed.nix
···406406 # is unnecessary as it's part of the installPhase of pixelfed.
407407408408 # Install Horizon
409409- # FIXME: require write access to public/ — should be done as part of install — pixelfed-manage horizon:publish
409409+ # FIXME: require write access to public/ — should be done as part of install — pixelfed-manage horizon:publish
410410411411 # Perform the first migration.
412412 [[ ! -f ${cfg.dataDir}/.initial-migration ]] && pixelfed-manage migrate --force && touch ${cfg.dataDir}/.initial-migration
+1-1
nixos/tests/slurm.nix
···154154155155 with subtest("run_distributed_command"):
156156 # Run `hostname` on 3 nodes of the partition (so on all the 3 nodes).
157157- # The output must contain the 3 different names
157157+ # The output must contain the 3 different names
158158 submit.succeed("srun -N 3 hostname | sort | uniq | wc -l | xargs test 3 -eq")
159159160160 with subtest("check_slurm_dbd"):
+1-1
pkgs/by-name/os/ossia-score/package.nix
···111111 "-DSuil_INCLUDE_DIR=${suil}/include/suil-0"
112112 ];
113113114114- # Needed for libraries that get dlopen'd
114114+ # Needed for libraries that get dlopen'd
115115 env.NIX_LDFLAGS = toString [
116116 "-lasound"
117117 "-llilv-0"
+1-1
pkgs/data/fonts/league-spartan/default.nix
···2727 Taking a strong influence from ATF's classic Spartan family, we're
2828 starting our own family out with a single strong weight. We've put a few
2929 unique touches into a beautiful, historical typeface, and made sure to
3030- include an extensive characterset – currently totaling over 300 glyphs.
3030+ include an extensive characterset – currently totaling over 300 glyphs.
31313232 Over time, the open-source license will allow us expand League Spartan
3333 into a full family, with multiple weights and styles, and we're starting
···114114 # Disable any integration tests, which need to contact the internet.
115115 # Also disable the `storage_benchmark_*` tests.
116116 # With Protobuf < 23.x they require -DGOOGLE_CLOUD_CPP_ENABLE_CTYPE_WORKAROUND=ON.
117117- # With Protobuf >= 23.x they require They require setting -DGOOGLE_CLOUD_CPP_ENABLE_CTYPE_WORKAROUND=OFF
117117+ # With Protobuf >= 23.x they require They require setting -DGOOGLE_CLOUD_CPP_ENABLE_CTYPE_WORKAROUND=OFF
118118 ctest --label-exclude integration-test --exclude-regex storage_benchmarks_
119119120120 runHook postInstallCheck
···113113 ++ lib.optionals (stdenv.hostPlatform.isDarwin) [
114114 # works locally on APFS, fails on hydra with AssertionError comparing timestamps
115115 # darwin hydra builder uses HFS+ and has only one second timestamp resolution
116116- # this two tests however, assume nanosecond resolution
116116+ # this two tests however, assume nanosecond resolution
117117 "test_modified"
118118 "test_touch"
119119 # tries to access /home, ignores $HOME
···562562563563 USB_EHCI_ROOT_HUB_TT = yes; # Root Hub Transaction Translators
564564 USB_EHCI_TT_NEWSCHED = yes; # Improved transaction translator scheduling
565565- USB_HIDDEV = yes; # USB Raw HID Devices (like monitor controls and Uninterruptable Power Supplies)
565565+ USB_HIDDEV = yes; # USB Raw HID Devices (like monitor controls and Uninterruptable Power Supplies)
566566567567 # default to dual role mode
568568 USB_DWC2_DUAL_ROLE = yes;
+1-1
pkgs/top-level/aliases.nix
···15621562 invalidateFetcherByDrvHash = testers.invalidateFetcherByDrvHash; # Added 2022-05-05
15631563 timescale-prometheus = promscale; # Added 2020-09-29
15641564 tinygltf = throw "TinyglTF has been embedded in draco due to lack of other users and compatibility breaks."; # Added 2023-06-25
15651565- tightvnc = throw "'tightvnc' has been removed as the version 1.3 is not maintained upstream anymore and is insecure"; # Added 2024-08-22
15651565+ tightvnc = throw "'tightvnc' has been removed as the version 1.3 is not maintained upstream anymore and is insecure"; # Added 2024-08-22
15661566 tixati = throw "'tixati' has been removed from nixpkgs as it is unfree and unmaintained"; # Added 2023-03-17
15671567 tkcvs = tkrev; # Added 2022-03-07
15681568 toil = throw "toil was removed as it was broken and requires obsolete versions of libraries"; # Added 2024-09-22