From 2aff60cd055a51ffd82981304a7bfea55d7d1883 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 3 Apr 2024 19:03:06 +0200 Subject: [PATCH] add boinc --- common/waybar.nix | 1 + hosts/default/configuration.nix | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/common/waybar.nix b/common/waybar.nix index 9213285..fc50528 100644 --- a/common/waybar.nix +++ b/common/waybar.nix @@ -197,6 +197,7 @@ #scratchpad, #tray, #custom-updates, + #custom-poweroff, #mpd { color: #${config.colorScheme.palette.textMuted}; margin: 0px 2px; diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 8648b59..19f2779 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -154,6 +154,10 @@ jack.enable = true; }; + services.boinc = { + enable = true; + }; + services.fail2ban = { enable = true; maxretry = 5;