📦 install healthchecks package
This commit is contained in:
parent
5cf4010bcf
commit
8beb5617d4
2 changed files with 5 additions and 3 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -595,11 +595,11 @@
|
|||
"treefmt-nix": "treefmt-nix_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1739598659,
|
||||
"narHash": "sha256-HcR9D2T1EZyb4l83UIodxqbxe+hE+ahseWuW3+Mg+Uw=",
|
||||
"lastModified": 1739943981,
|
||||
"narHash": "sha256-TUh8qjyr7ql56kBzHgkKUGtgVjtfd6lOym2uxouRYBI=",
|
||||
"owner": "mrvandalo",
|
||||
"repo": "nixos-healthchecks",
|
||||
"rev": "91d79a446bc2e0bab83731bda4b64aa9992e04bd",
|
||||
"rev": "5997ffc78fa1d8eee84818fe899cd7f0f8cb0644",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -150,6 +150,7 @@
|
|||
tasksh
|
||||
taskwarrior-hooks
|
||||
;
|
||||
healthchecks = self.packages.${system}.healthchecks;
|
||||
inherit (self.packages.${system})
|
||||
otpmenu
|
||||
nsxiv
|
||||
|
@ -308,6 +309,7 @@
|
|||
boot.loader.grub.configurationLimit = lib.mkDefault 10;
|
||||
environment.systemPackages = [
|
||||
pkgs.systemctl-find-service-config
|
||||
pkgs.healthchecks
|
||||
];
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue