Skip to content

Commit

Permalink
[nixos/server] enable sysstat
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Dec 9, 2024
1 parent 4f600e1 commit 3a50830
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/server/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,9 @@ in {
TCPKeepAlive = "no";
};

# Sysstat
services.sysstat.enable = true;

# PostgreSQL.
services.postgresql.enable = true;
services.postgresql.package = pkgs.postgresql_15;
Expand Down

0 comments on commit 3a50830

Please sign in to comment.