summaryrefslogtreecommitdiff
path: root/config/services/web/default.nix
blob: 1fd1a51283626c8bb27f38012868a81d48133cb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ ... }:

{
  imports = [
    ./git
    ./quentin
    ./rss
    ./searx
    ./webkeydirectory
  ];

  security.acme = {
    acceptTerms = true;
    defaults.email = "quentin@aristote.fr";
  };

  services.nginx.enable = true;
  systemd.services.nginx.personal.monitor = true;
}