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