Torjus Håkestad
df6de3f9c5
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
11 lines
128 B
Nix
11 lines
128 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./sops.nix
|
|
./root-user.nix
|
|
./sshd.nix
|
|
./monitoring.nix
|
|
./weekly-rebuild.nix
|
|
];
|
|
}
|