aboutsummaryrefslogtreecommitdiffstats
path: root/systems
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-15 06:27:47 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-19 05:19:37 +0100
commitdb8cb61d4a13fa861440379f4788a6524d880467 (patch)
tree043f798a9ecb149285e06aaa3e46f2850d5c6a00 /systems
parent59b9bf48851f85de8844d888de6c82dcfb4df5fa (diff)
init code.nomath.org
Diffstat (limited to 'systems')
-rw-r--r--systems/system1/configuration.nix11
1 files changed, 11 insertions, 0 deletions
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 = [
<fysiweb/configs>
@@ -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";
}