Add weekly-rebuild timer
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m37s

This commit is contained in:
2024-10-12 21:27:02 +02:00
parent 4678f25670
commit c4e1026d5e
3 changed files with 30 additions and 4 deletions

View File

@@ -1,8 +1,11 @@
{ ... }: {
{ ... }:
{
imports = [
./sops.nix
./root-user.nix
./sshd.nix
./monitoring.nix
./packages.nix
./root-user.nix
./sops.nix
./sshd.nix
./weekly-rebuild.nix
];
}