Torjus Håkestad
9a96f04d1b
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m51s
11 lines
128 B
Nix
11 lines
128 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./sops.nix
|
|
./root-user.nix
|
|
./sshd.nix
|
|
./monitoring.nix
|
|
./weekly-rebuild.nix
|
|
];
|
|
}
|