lol

Merge pull request #20971 from kierdavis/boinc

boinc service: add to module list

authored by

Joachim F and committed by
GitHub
9af35625 9aca55e7

+2 -1
+1
nixos/modules/module-list.nix
··· 133 133 ./services/cluster/fleet.nix 134 134 ./services/cluster/kubernetes.nix 135 135 ./services/cluster/panamax.nix 136 + ./services/computing/boinc/client.nix 136 137 ./services/computing/torque/server.nix 137 138 ./services/computing/torque/mom.nix 138 139 ./services/computing/slurm/slurm.nix
+1 -1
nixos/modules/services/computing/boinc/client.nix
··· 48 48 only the hosts listed in <varname>dataDir</varname>/remote_hosts.cfg will be allowed to 49 49 connect. 50 50 51 - See also: <ulink url="http://boinc.berkeley.edu/wiki/Controlling_BOINC_remotely#Remote_access"/> 51 + See also: <link xlink:href="http://boinc.berkeley.edu/wiki/Controlling_BOINC_remotely#Remote_access"/> 52 52 ''; 53 53 }; 54 54 };