summaryrefslogtreecommitdiff
path: root/hosts/nara/configuration.nix
blob: dde8e8de20cfc2c2459cbb773880351bcd1867a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ self, ... }:
{
  imports = [
    "${self}/modules/base"
    "${self}/modules/mac"
  ];

  system = {
    stateVersion = 5;
    primaryUser = "ebisu";
  };
}