raito
92560708b8
Lix may have its own secrets and we want to maintain a certain generalization level on the NixOS modules, so we can decorrelate which secret we select dynamically by having a simple tenancy hierarchy system. This unfortunately requires to rewrite all call sites with a floral prefix until we migrate them to the simple internal secret module which is aware of this. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
15 lines
213 B
Nix
15 lines
213 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
|
|
];
|
|
}
|