Raito Bezarius
dc3e5792d0
Later, we should ensure we trust only our infra chain on all systems to allow parallel paths that have nothing to do with the infrastructure or multi-tenancy. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
15 lines
227 B
Nix
15 lines
227 B
Nix
{
|
|
imports = [
|
|
./admins.nix
|
|
./server-acl.nix
|
|
./base-server.nix
|
|
./hardening.nix
|
|
./nix.nix
|
|
./raito-proxy-aware-nginx.nix
|
|
./sysadmin
|
|
./hardware
|
|
./zsh.nix
|
|
./secrets.nix
|
|
./pki.nix
|
|
];
|
|
}
|