Skip to content

Commit

Permalink
hosts/hercules: set foldingathome daemon nice to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbasit committed Apr 3, 2023
1 parent 50ea4d7 commit b0adba3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hosts/nixoses/hercules/nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ in
soxincfg.services.twingate.enable = true;

services.foldingathome = {
daemonNiceLevel = 19;
enable = true;
user = "Wael_Nasreddine";
};
Expand Down

0 comments on commit b0adba3

Please sign in to comment.