nix-dotfiles/services/shiori.nix

8 lines
98 B
Nix

{ config, pkgs, lib, ... }:
{
services.shiori.enable = true;
services.shiori.port = 8082;
}