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"
"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 = [