summary refs log tree commit diff stats
path: root/system/default.nix
blob: 14f0748c9d8aa9720f99cd32ae61f2903376dd3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{...}: {
  imports = [
    ./disks
    ./impermanence
    ./packages
    ./secrets
    ./services
    ./users
  ];
}