add boinc
This commit is contained in:
parent
32d25195a3
commit
2aff60cd05
2 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue