1
0
Fork 0

Shura: disable BOINC

This commit is contained in:
Aires 2024-10-25 16:41:26 -04:00
parent aa1c55492b
commit 1840c8d605

View file

@ -14,7 +14,7 @@ in
system.stateVersion = stateVersion;
networking.hostName = hostName;
custom-fonts.Freight-Pro.enable = true;
custom-fonts.Freight-Pro.enable = config.aux.system.users.gremlin.enable;
aux.system = {
apps = {
@ -42,7 +42,6 @@ in
gpu.amd.enable = true;
packages = with pkgs; [
boinc # Boinc client
keepassxc # Use native instead of Flatpak due to weird performance issues
];