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