about summary refs log tree commit diff stats
path: root/hosts/tiamat/configuration.nix
blob: 44a89d705ff3deb1892796b2b1c86b73b12df5f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# vim: ts=2
{
  config,
  lib,
  nixpkgs,
  home-manager,
  ...
}: {
  imports = [
    ./hardware
    ./networking.nix

    ../../secrets

    ../../system
  ];

  system.stateVersion = "23.05";
}