1
0
Fork 0

Compare commits

..

No commits in common. "8fc934f9a42170689b27a33e64447c090ab76fe9" and "c2f685baab24eaf18f5fcf181538e25b85fd13fc" have entirely different histories.

View file

@ -21,10 +21,6 @@ in
package = pkgs.boinc-headless;
dataDir = "/var/lib/boinc";
extraEnvPackages = [ pkgs.ocl-icd ];
allowRemoteGuiRpc = true;
};
# Allow connections via BOINC Manager
networking.firewall.allowedTCPPorts = [ 31416 ];
};
}