nixos-servers/system/default.nix

13 lines
161 B
Nix
Raw Normal View History

2024-10-12 19:27:02 +00:00
{ ... }:
{
2024-03-08 19:10:50 +00:00
imports = [
2024-12-01 02:00:07 +00:00
./monitoring
2024-10-12 19:27:02 +00:00
./packages.nix
2024-03-07 22:14:44 +00:00
./root-user.nix
2024-11-30 19:24:43 +00:00
./root-ca.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
];
}