Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
15 lines
197 B
Nix
15 lines
197 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./autoupgrade.nix
|
|
./monitoring
|
|
./packages.nix
|
|
./nix.nix
|
|
./root-user.nix
|
|
./root-ca.nix
|
|
./sops.nix
|
|
./sshd.nix
|
|
./weekly-rebuild.nix
|
|
];
|
|
}
|