install nixos-healthchecks

This commit is contained in:
Ingolf Wagner 2025-02-14 23:36:56 +13:00
parent 9a33ca1283
commit f721410bdd
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 8 additions and 4 deletions

6
flake.lock generated
View file

@ -595,11 +595,11 @@
"treefmt-nix": "treefmt-nix_2"
},
"locked": {
"lastModified": 1739521936,
"narHash": "sha256-jqFt4Xc/YqsZER+BAB72zJYJWD3rkZ23LpitUzhwpAE=",
"lastModified": 1739529092,
"narHash": "sha256-63J994lxZGUkd2HyWeI+XEsCNghOvH346oS1LXb5Rag=",
"owner": "mrvandalo",
"repo": "nixos-healthchecks",
"rev": "ab6b0a8e9158755b26196861d95b8ab99f8b4481",
"rev": "ea3bf1bf5b14045e3acff38cff0eca9d2c0de9e5",
"type": "github"
},
"original": {

View file

@ -146,6 +146,7 @@
polygon-art = polygon-art.packages.${system};
landingpage = landingpage.packages.${system}.plain;
share-via-http = share-http.packages.${system}.default;
healthchecks = healthchecks.packages.${system}.healthchecks;
inherit (taskwarrior.packages.${system})
bugwarrior
tasksh
@ -307,7 +308,10 @@
boot.loader.systemd-boot.configurationLimit = lib.mkDefault 10;
boot.loader.generic-extlinux-compatible.configurationLimit = lib.mkDefault 10;
boot.loader.grub.configurationLimit = lib.mkDefault 10;
environment.systemPackages = [ pkgs.systemctl-find-service-config ];
environment.systemPackages = [
pkgs.systemctl-find-service-config
pkgs.nixos-healthchecks
];
}
)
# My Structure