nix-config/hosts/servers/common/default.nix
2022-12-04 18:23:57 -03:00

8 lines
62 B
Nix

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