nixos-servers/system/default.nix
Torjus Håkestad c4e1026d5e
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m37s
Add weekly-rebuild timer
2024-10-12 21:38:37 +02:00

12 lines
147 B
Nix

{ ... }:
{
imports = [
./monitoring.nix
./packages.nix
./root-user.nix
./sops.nix
./sshd.nix
./weekly-rebuild.nix
];
}