+143
−0
nixos/tests/remark42.nix
0 → 100644
+30
−0
Loading
Summary Adds a NixOS module for running Remark42 as a systemd service and a NixOS VM test to ensure it starts and serves the built-in /web/ page. Changes - Add services.remark42 module (nixos/modules/services/web-apps/remark42.nix) - Core options: remarkUrl, sites, listenAddress, port, dataDir - environmentFile for secrets and settings for additional environment variables - Register module in nixos/modules/module-list.nix - Add NixOS test nixos/tests/remark42.nix and register it in nixos/tests/all-tests.nix - Add release note entry for the new module (NixOS 26.05) Testing `nix-build -A nixosTests.remark42`