nix-dotfiles/services/shiori.nix

8 lines
98 B
Nix
Raw Permalink Normal View History

2024-05-23 21:02:27 +02:00
{ config, pkgs, lib, ... }:
{
services.shiori.enable = true;
services.shiori.port = 8082;
}