nixos-servers/system/default.nix
Torjus Håkestad 32425807fc
Some checks failed
Run nix flake check / flake-check (push) Failing after 7m47s
Add promtail for journal
2024-12-01 03:00:07 +01:00

13 lines
161 B
Nix

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