nix-config/hosts/cloud/default.nix

8 lines
109 B
Nix
Raw Normal View History

2025-01-02 18:23:46 +00:00
{ ... }: {
imports= [
./configuration.nix
./hardware-configuration.nix
./networking.nix
];
}