Add in BOINC

This commit is contained in:
Gene Liverman 2023-11-03 07:57:13 -04:00
parent fd67317b1b
commit cfeb528bcb
2 changed files with 4 additions and 0 deletions

View file

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

View file

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