Files
nix-homelab/configuration.nix

8 lines
63 B
Nix

{ ... }:
{
imports = [
./hosts/nixos/default.nix
];
}