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, #scratchpad,
#tray, #tray,
#custom-updates, #custom-updates,
#custom-poweroff,
#mpd { #mpd {
color: #${config.colorScheme.palette.textMuted}; color: #${config.colorScheme.palette.textMuted};
margin: 0px 2px; margin: 0px 2px;

View file

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