infrastructure

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 24e0721a1c021a15564d1a23509c39c25075bf5c
parent a8e2bd3f935971b1d88d8ff7902c1f0fe31267ce
Author: Silas Brack <silasbrack@gmail.com>
Date:   Sun, 19 Apr 2026 14:42:43 +0200

feat: re-enable simple-web-app

Diffstat:
Mhosts/helios.nix | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/hosts/helios.nix b/hosts/helios.nix @@ -14,6 +14,7 @@ ../modules/mediawiki.nix ../modules/forgejo.nix ../modules/mkv.nix + ../modules/simple-web-app.nix ]; # Generic @@ -121,6 +122,12 @@ }; }; + # Simple Web App + services.simple-web-app = { + enable = true; + package = simple-web-app.packages.${pkgs.stdenv.hostPlatform.system}.default; + }; + # Users users.users = { root.openssh.authorizedKeys.keys = [