remove boinc

This commit is contained in:
Noa Aarts 2024-04-03 19:15:33 +02:00
parent 2aff60cd05
commit 2bcdf24104

View file

@ -86,7 +86,7 @@
noa = { noa = {
isNormalUser = true; isNormalUser = true;
description = "Noa Aarts"; description = "Noa Aarts";
extraGroups = [ "networkmanager" "wheel" "nixpow" ]; extraGroups = [ "networkmanager" "wheel" "nixpow" "boinc" ];
hashedPassword = "$6$rounds=512400$Zip3xoK2zcoR4qEL$N13YTHO5tpWfx2nKb1sye.ZPwfoRtMQ5f3YrMZqKzzoFoSSHHJ.l5ulCEa9HygFxZmBtPnwlseFEtl8ERnwF50"; hashedPassword = "$6$rounds=512400$Zip3xoK2zcoR4qEL$N13YTHO5tpWfx2nKb1sye.ZPwfoRtMQ5f3YrMZqKzzoFoSSHHJ.l5ulCEa9HygFxZmBtPnwlseFEtl8ERnwF50";
}; };
}; };
@ -154,10 +154,6 @@
jack.enable = true; jack.enable = true;
}; };
services.boinc = {
enable = true;
};
services.fail2ban = { services.fail2ban = {
enable = true; enable = true;
maxretry = 5; maxretry = 5;