nixos-servers/system/default.nix

12 lines
147 B
Nix
Raw Normal View History

2024-10-12 19:27:02 +00:00
{ ... }:
{
2024-03-08 19:10:50 +00:00
imports = [
2024-10-12 19:27:02 +00:00
./monitoring.nix
./packages.nix
2024-03-07 22:14:44 +00:00
./root-user.nix
2024-10-12 19:27:02 +00:00
./sops.nix
2024-03-07 22:14:44 +00:00
./sshd.nix
2024-10-12 19:27:02 +00:00
./weekly-rebuild.nix
2024-03-07 22:14:44 +00:00
];
}