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
+4
View File
@@ -27,6 +27,10 @@
"${self}/work"
inputs.sops-nix.nixosModules.sops
inputs.himmelblau.nixosModules.himmelblau
inputs.mdatp.nixosModules.mdatp
{
services.mdatp.enable = true;
}
];
in {
flake.nixosConfigurations = {