summary refs log tree commit diff stats
path: root/system/services/libreddit/default.nix
blob: e52507f60abfd22c72d02b92ee2539fe07025f8d (plain) (blame)
1
2
3
4
5
6
7
{...}: {
  services.libreddit = {
    enable = true;
    address = "libreddit.vhack.eu";
    openFirewall = true;
  };
}