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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user