aboutsummaryrefslogtreecommitdiffstats
path: root/systems/system1/configuration.nix
blob: 9910511666360a2000bf264960208d9f686fbd30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ pkgs, ... }:
{
  imports = [
    <fysiweb/configs>
    <fysiweb/configs/hcloud>
    ../../configs
  ];

  networking.hostName = "system1";

  fysiweb-apps.public.static-website."nomath-org".domain = "nomath.org";
  fysiweb-apps.public.static-website."nomath-org".root = "${pkgs.nomath-website}";

  fysiweb-apps.public.cgit."code-nomath-org".domain = "code.nomath.org";
  fysiweb-apps.public.cgit."code-nomath-org".settings.max-stats = "year";
  fysiweb-apps.public.cgit."code-nomath-org".settings.root-desc = "";
  fysiweb-apps.public.cgit."code-nomath-org".settings.root-title = "code.nomath.org";

  fysiweb-apps.public.cgit."code-nomath-org".repositories."website".description = "nomath.org website";
}