nix-config/hosts/cloud/default.nix

7 lines
109 B
Nix

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