about summary refs log tree commit diff stats
path: root/hosts/spawn/configuration.nix
blob: e7739e3df72b4912fdb7a6a0649f0136d93eb3bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# vim: ts=2
{...}: {
  imports = [
    ./hardware
    ./networking.nix

    ../../system

    # TODO ?
    ../../services
  ];

  system.stateVersion = "23.05";
}