Loading nixos/modules/installer/cd-dvd/iso-image.nix +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ let * to a menuentry for use in grub. * * * defaults: {name, image, params, initrd} * * options: [ option... ] * * options: [ option... ] * * option: {name, params, class} */ menuBuilderGrub2 = Loading nixos/modules/security/acme/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -344,7 +344,7 @@ let serviceConfig = commonServiceConfig // { Group = data.group; # Let's Encrypt Failed Validation Limit allows 5 retries per hour, per account, hostname and hour. # Let's Encrypt Failed Validation Limit allows 5 retries per hour, per account, hostname and hour. # This avoids eating them all up if something is misconfigured upon the first try. RestartSec = 15 * 60; Loading nixos/modules/services/web-apps/nextcloud.nix +1 −1 Original line number Diff line number Diff line Loading @@ -1020,7 +1020,7 @@ in { ''; serviceConfig.Type = "oneshot"; serviceConfig.User = "nextcloud"; # On Nextcloud ≥ 26, it is not necessary to patch the database files to prevent # On Nextcloud ≥ 26, it is not necessary to patch the database files to prevent # an automatic creation of the database user. environment.NC_setup_create_db_user = lib.mkIf (nextcloudGreaterOrEqualThan "26") "false"; }; Loading nixos/modules/services/web-apps/pixelfed.nix +1 −1 Original line number Diff line number Diff line Loading @@ -406,7 +406,7 @@ in { # is unnecessary as it's part of the installPhase of pixelfed. # Install Horizon # FIXME: require write access to public/ — should be done as part of install — pixelfed-manage horizon:publish # FIXME: require write access to public/ — should be done as part of install — pixelfed-manage horizon:publish # Perform the first migration. [[ ! -f ${cfg.dataDir}/.initial-migration ]] && pixelfed-manage migrate --force && touch ${cfg.dataDir}/.initial-migration Loading nixos/tests/slurm.nix +1 −1 Original line number Diff line number Diff line Loading @@ -154,7 +154,7 @@ in { with subtest("run_distributed_command"): # Run `hostname` on 3 nodes of the partition (so on all the 3 nodes). # The output must contain the 3 different names # The output must contain the 3 different names submit.succeed("srun -N 3 hostname | sort | uniq | wc -l | xargs test 3 -eq") with subtest("check_slurm_dbd"): Loading Loading
nixos/modules/installer/cd-dvd/iso-image.nix +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ let * to a menuentry for use in grub. * * * defaults: {name, image, params, initrd} * * options: [ option... ] * * options: [ option... ] * * option: {name, params, class} */ menuBuilderGrub2 = Loading
nixos/modules/security/acme/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -344,7 +344,7 @@ let serviceConfig = commonServiceConfig // { Group = data.group; # Let's Encrypt Failed Validation Limit allows 5 retries per hour, per account, hostname and hour. # Let's Encrypt Failed Validation Limit allows 5 retries per hour, per account, hostname and hour. # This avoids eating them all up if something is misconfigured upon the first try. RestartSec = 15 * 60; Loading
nixos/modules/services/web-apps/nextcloud.nix +1 −1 Original line number Diff line number Diff line Loading @@ -1020,7 +1020,7 @@ in { ''; serviceConfig.Type = "oneshot"; serviceConfig.User = "nextcloud"; # On Nextcloud ≥ 26, it is not necessary to patch the database files to prevent # On Nextcloud ≥ 26, it is not necessary to patch the database files to prevent # an automatic creation of the database user. environment.NC_setup_create_db_user = lib.mkIf (nextcloudGreaterOrEqualThan "26") "false"; }; Loading
nixos/modules/services/web-apps/pixelfed.nix +1 −1 Original line number Diff line number Diff line Loading @@ -406,7 +406,7 @@ in { # is unnecessary as it's part of the installPhase of pixelfed. # Install Horizon # FIXME: require write access to public/ — should be done as part of install — pixelfed-manage horizon:publish # FIXME: require write access to public/ — should be done as part of install — pixelfed-manage horizon:publish # Perform the first migration. [[ ! -f ${cfg.dataDir}/.initial-migration ]] && pixelfed-manage migrate --force && touch ${cfg.dataDir}/.initial-migration Loading
nixos/tests/slurm.nix +1 −1 Original line number Diff line number Diff line Loading @@ -154,7 +154,7 @@ in { with subtest("run_distributed_command"): # Run `hostname` on 3 nodes of the partition (so on all the 3 nodes). # The output must contain the 3 different names # The output must contain the 3 different names submit.succeed("srun -N 3 hostname | sort | uniq | wc -l | xargs test 3 -eq") with subtest("check_slurm_dbd"): Loading