os/hosts/biolimo/default.nix

9 lines
111 B
Nix

{ ... }: {
imports = [
./configuration.nix
./hardware-configuration.nix
./networking.nix
];
}