about summary refs log tree commit diff stats
path: root/hosts/mammun/configuration.nix
blob: 8e78949bdb6f7ff4aba1f0f4a2d70f04142c0234 (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

    ../../system

    ../../services
  ];

  system.stateVersion = "23.05";
}