summaryrefslogtreecommitdiff
path: root/hosts/kansai/configuration.nix
blob: d4a3ff1a8a7e113da24566252496dd5f022e0e74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ self, ... }:
{
  imports = [
    ./hardware-configuration.nix
    "${self}/modules/core"
    "${self}/modules/desktop"
    "${self}/modules/options"
    "${self}/modules/pc"
  ];

  networking.hostName = "kansai";
  system.stateVersion = "24.05";
}