nix-config/hosts/servers/common/default.nix

8 lines
62 B
Nix

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