Allow remote GUI logins with BOINC
This commit is contained in:
parent
1969741a25
commit
1e6e8d3fa2
|
@ -21,6 +21,10 @@ in
|
|||
package = pkgs.boinc-headless;
|
||||
dataDir = "/var/lib/boinc";
|
||||
extraEnvPackages = [ pkgs.ocl-icd ];
|
||||
allowRemoteGuiRpc = true;
|
||||
};
|
||||
|
||||
# Allow connections via BOINC Manager
|
||||
networking.firewall.allowedTCPPorts = [ 31416 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue