diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-10-30 18:24:26 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-10-30 18:24:26 +0530 |
| commit | 3aa67e03ad7affb057bfe2ab3cbecbd16dfa1ad4 (patch) | |
| tree | 3c242af745fc5632b666675e5bde9f0e25545243 /modules/work.nix | |
| parent | 8719ec65106731191a99238eaf841d003d574a2a (diff) | |
| download | nixos-config-3aa67e03ad7affb057bfe2ab3cbecbd16dfa1ad4.tar.gz nixos-config-3aa67e03ad7affb057bfe2ab3cbecbd16dfa1ad4.zip | |
Add secfix agent to work config
Diffstat (limited to 'modules/work.nix')
| -rw-r--r-- | modules/work.nix | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/modules/work.nix b/modules/work.nix index a900b65..4a3468c 100644 --- a/modules/work.nix +++ b/modules/work.nix @@ -1,15 +1,8 @@ -{ config, pkgs, ... }: -let - vantaCreds = import ./vanta-daemon/credentials.nix; -in +{ ... }: { imports = [ - ./vanta-daemon/module.nix + ./secfix/default.nix ]; - services.vanta = { - enable = false; - agentKey = vantaCreds.VANTA_KEY; - email = vantaCreds.VANTA_OWNER_EMAIL; - }; + services.secfix.enable = true; } |
