nix-configs/homelab/gollum/default.nix
Aaron Honeycutt 3d6d697938 update gollum
2025-02-25 14:28:50 +00:00

9 lines
No EOL
131 B
Nix

{ config, pkgs, lib, ... }:
{
services.gollum = {
enable = true;
no-edit = true;
stateDir = "/mnt/DATA/Wiki";
};
}