add boinc

This commit is contained in:
Noa Aarts 2024-04-03 19:03:06 +02:00
parent 32d25195a3
commit 2aff60cd05
2 changed files with 5 additions and 0 deletions

View file

@ -197,6 +197,7 @@
#scratchpad,
#tray,
#custom-updates,
#custom-poweroff,
#mpd {
color: #${config.colorScheme.palette.textMuted};
margin: 0px 2px;

View file

@ -154,6 +154,10 @@
jack.enable = true;
};
services.boinc = {
enable = true;
};
services.fail2ban = {
enable = true;
maxretry = 5;