diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2025-03-24 08:26:40 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2025-03-24 08:31:46 +0100 |
| commit | 18afbc161698a8a0282b2b81f871bb4ec992d30e (patch) | |
| tree | a728540d0b050ff84904444671c45ae8bdaa9d21 | |
| parent | 0444a000fae4184c6c302f820a8e5a9705dd42a8 (diff) | |
nixos: add system-wide enabling of monitoring
Flake lock file updates:
• Updated input 'my-nixpkgs':
'github:qaristote/my-nixpkgs/f2e0f4c86f3318cc6df018b1948dd5bade77f082' (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)
| -rw-r--r-- | config/system.nix | 2 | ||||
| -rw-r--r-- | flake.lock | 12 |
2 files changed, 8 insertions, 6 deletions
diff --git a/config/system.nix b/config/system.nix index 870ca71..b1f0b61 100644 --- a/config/system.nix +++ b/config/system.nix @@ -7,4 +7,6 @@ dates = "12:30"; allowReboot = true; }; + + personal.monitoring.enable = true; } @@ -46,11 +46,11 @@ "nur": "nur" }, "locked": { - "lastModified": 1742674157, - "narHash": "sha256-415weJqfWn5SJ3LbBIgD6ZKq0wE9OOgr0rYtgAlWLu0=", + "lastModified": 1742801473, + "narHash": "sha256-RQoDPcK70MOahbSxZVGCD2sc0EkOAiRRCj35CJHmhqQ=", "owner": "qaristote", "repo": "my-nixpkgs", - "rev": "f2e0f4c86f3318cc6df018b1948dd5bade77f082", + "rev": "6eba1a7a9d94245923324ed9b0c6f3a7eee5b569", "type": "github" }, "original": { @@ -120,11 +120,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1742512142, - "narHash": "sha256-8XfURTDxOm6+33swQJu/hx6xw1Tznl8vJJN5HwVqckg=", + "lastModified": 1742751704, + "narHash": "sha256-rBfc+H1dDBUQ2mgVITMGBPI1PGuCznf9rcWX/XIULyE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "7105ae3957700a9646cc4b766f5815b23ed0c682", + "rev": "f0946fa5f1fb876a9dc2e1850d9d3a4e3f914092", "type": "github" }, "original": { |
