From b0b87e5e3ea146506589b324619be74af6bd7062 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Mon, 24 Mar 2025 08:34:33 +0100 Subject: add system-wide enabling of monitoring MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'my-nixpkgs': 'github:qaristote/my-nixpkgs/1ed2e3e59bc25cabae53385328cb882265c1cc6f' (2025-03-22) → 'github:qaristote/my-nixpkgs/6eba1a7a9d94245923324ed9b0c6f3a7eee5b569' (2025-03-24) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/7105ae3957700a9646cc4b766f5815b23ed0c682' (2025-03-20) → 'github:NixOS/nixpkgs/f0946fa5f1fb876a9dc2e1850d9d3a4e3f914092' (2025-03-23) --- config/system.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'config/system.nix') diff --git a/config/system.nix b/config/system.nix index 847a046..a0dbc8d 100644 --- a/config/system.nix +++ b/config/system.nix @@ -10,4 +10,5 @@ }; }; system.autoUpgrade.allowReboot = true; + personal.monitoring.enable = true; } -- cgit v1.2.3