From db8cb61d4a13fa861440379f4788a6524d880467 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Thu, 15 Feb 2024 06:27:47 +0100 Subject: init code.nomath.org --- systems/system1/configuration.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'systems') diff --git a/systems/system1/configuration.nix b/systems/system1/configuration.nix index d39af2e..9910511 100644 --- a/systems/system1/configuration.nix +++ b/systems/system1/configuration.nix @@ -1,3 +1,4 @@ +{ pkgs, ... }: { imports = [ @@ -6,4 +7,14 @@ ]; 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"; } -- cgit v1.2.3