forked from the-distro/infra
raito
6d3e14ec27
In the process of adding multi-tenant infrastructure, it seems relevant to add finer-grained ACLs. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
14 lines
199 B
Nix
14 lines
199 B
Nix
{
|
|
imports = [
|
|
./admins.nix
|
|
./server-acl.nix
|
|
./base-server.nix
|
|
./hardening.nix
|
|
./nix.nix
|
|
./raito-proxy-aware-nginx.nix
|
|
./raito-vm.nix
|
|
./sysadmin
|
|
./zsh.nix
|
|
];
|
|
}
|