Merge pull request #311 from genebean/boinc

Add in BOINC
This commit is contained in:
Gene Liverman 2023-11-03 07:57:44 -04:00 committed by GitHub
commit 9d99b8e67f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -52,6 +52,7 @@ in {
"1password-cli"
"amethyst"
"audacity"
"boinc"
"cakebrew"
"elgato-stream-deck"
"firefox"

View file

@ -101,6 +101,7 @@ in {
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
boinc
brightnessctl
dconf2nix
file
@ -140,6 +141,8 @@ in {
# Provides secret storage
services.gnome.gnome-keyring.enable = true;
services.boinc.enable = true;
nix.settings = {
allowed-users = [ "${user}" ];
experimental-features = [