about summary refs log tree commit diff stats
path: root/hosts/IDOHVE/configuration.nix
blob: e42cb05f2bfd507fbfccfa5fcbc9394395e29058 (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/hardware.nix
    ./networking.nix

    ../../system/system.nix

    ../../services/services.nix
  ];

  system.stateVersion = "23.05";
}