feat(mdatp): add mdatp package and its dependencies to flake.nix and hosts/default.nix

- Add flake-utils_2 to flake.lock
- Add mdatp package from epetousis/nix-mdatp
- Update systems input to systems_3
- Enable mdatp service in default host configuration
- Add mdatp to flake.nix inputs section
This commit is contained in:
2026-07-14 13:58:56 +02:00
parent 582faec359
commit 0893f80600
3 changed files with 65 additions and 1 deletions
+5
View File
@@ -99,6 +99,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
mdatp = {
url = "github:epetousis/nix-mdatp";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-index-db = {
url = "github:Mic92/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";