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

12 lines
147 B
Nix

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