From 544768e9336ecc31b7f27ba3348a313869669e79 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 16 Sep 2026 21:35:16 +0200 Subject: flore: remove steno web service --- flora/services/blog.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flora/services/blog.nix b/flora/services/blog.nix index 5b4912f..89436df 100644 --- a/flora/services/blog.nix +++ b/flora/services/blog.nix @@ -48,7 +48,5 @@ in ''; }); locations."/bookshelf/".alias = "${gtfsBooks.outPath}/"; - - locations."/steno/".alias = "${pkgs.copyPathToStore ./dist}/"; }; } -- cgit v1.3.1