nix-config/hosts/servers/common/default.nix
2024-09-23 15:11:33 -03:00

9 lines
81 B
Nix

{ ... }:
{
imports = [
./boot.nix
./nix.nix
./services.nix
];
}