nix-config/hosts/servers/alexandria/default.nix
2023-01-02 12:21:04 -03:00

11 lines
142 B
Nix

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