nix-config/hosts/servers/common/default.nix
2023-04-03 11:01:56 -03:00

5 lines
52 B
Nix

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