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

    ../../system/system.nix

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


  system.stateVersion = "23.05";
}