summaryrefslogtreecommitdiff
path: root/hosts/tarreltaart.nix
blob: 42461f63cc7ffe7a5eb5bc5eea0e7eb5dac2a4e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ ... }:
{
  imports = [
    ./hardware-configuration/tarreltaart.nix
    ../roles/server.nix
    ../roles/git-server.nix
  ];

  system.stateVersion = "24.11";

  networking.hostName = "tarreltaart";
  time.timeZone = "Europe/Amsterdam";

  boot.loader.grub.enable = false;
  boot.loader.generic-extlinux-compatible.enable = true;
}