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

    ../../system
  ];

  system.stateVersion = "23.05";
}