mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
9 lines
No EOL
131 B
Nix
9 lines
No EOL
131 B
Nix
{ config, pkgs, lib, ... }:
|
|
|
|
{
|
|
services.gollum = {
|
|
enable = true;
|
|
no-edit = true;
|
|
stateDir = "/mnt/DATA/Wiki";
|
|
};
|
|
} |