From 08252a696e0dd004d83addc7264a70b5c33f6881 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Thu, 2 Jan 2025 01:26:51 +0000 Subject: [PATCH] nausicaa: enable sysprof --- ops/nixos/nausicaa/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ops/nixos/nausicaa/default.nix b/ops/nixos/nausicaa/default.nix index 5da7130e24..3ff56d4814 100644 --- a/ops/nixos/nausicaa/default.nix +++ b/ops/nixos/nausicaa/default.nix @@ -330,6 +330,8 @@ in { }; }; + services.sysprof.enable = true; + # This value determines the NixOS release with which your system is to be # compatible, in order to avoid breaking some software such as database # servers. You should change this only after NixOS release notes say you