summaryrefslogtreecommitdiff
path: root/hosts/cloud/default.nix
blob: 78ebe7a115f72a2ffc006cfad7dfd22b0079b979 (plain)
1
2
3
4
5
6
7
8
9
{ ... }:
{
  imports = [
    ./configuration.nix
    ./hardware-configuration.nix
    ./networking.nix
    ./secrets.nix
  ];
}