Skip to content

Commit

Permalink
feat: enable scrutiny on revan and malak
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Oct 18, 2024
1 parent 36901e4 commit ee89c4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/malak/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@

powerManagement.cpuFreqGovernor = "performance";

services.scrutiny.enable = true;
services.scrutiny.collector.enable = true;
# Something is enabling Samba; so disable it while I figure out what
services.samba.enable = lib.mkForce false;
services.samba-wsdd.enable = lib.mkForce false;
Expand Down
2 changes: 2 additions & 0 deletions nixos/revan/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@
powerManagement.cpuFreqGovernor = "powersave";

services = {
scrutiny.enable = true;
scrutiny.collector.enable = true;
snapraid = {
enable = true;
exclude = [ "/.state_data/" ];
Expand Down

0 comments on commit ee89c4c

Please sign in to comment.