nix-config/hosts/servers/alexandria/default.nix
2022-12-20 13:00:33 -03:00

9 lines
111 B
Nix

{ ... }:
{
imports = [
./hardware-configuration.nix
./hosted-services.nix
./security.nix
];
}