add verifier service

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2025-04-28 17:00:46 -04:00
parent 7ddbf55e5a
commit fc961578bc
3 changed files with 124 additions and 1 deletions

View File

@ -16,4 +16,19 @@
persistent = true;
flake = "git+ssh://nayeonie.com/ahuston-0/nix-dotfiles.git";
};
services.nix-verify = {
daily = {
enable = true;
verify-contents = false;
verify-trust = false;
};
weekly = {
enable = true;
verify-contents = true;
verify-trust = false;
frequency = "1week";
randomized-delay-sec = "6hour";
};
};
}