Torjus Håkestad
32425807fc
Some checks failed
Run nix flake check / flake-check (push) Failing after 7m47s
13 lines
161 B
Nix
13 lines
161 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./monitoring
|
|
./packages.nix
|
|
./root-user.nix
|
|
./root-ca.nix
|
|
./sops.nix
|
|
./sshd.nix
|
|
./weekly-rebuild.nix
|
|
];
|
|
}
|