Unverified Commit 6c8e827c authored by Kerstin Humm's avatar Kerstin Humm
Browse files

nixos/gollum: Specify systemd WorkingDirectory

parent 7469b8b8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -100,6 +100,7 @@ in
      serviceConfig = {
        User = config.users.users.gollum.name;
        Group = config.users.groups.gollum.name;
        WorkingDirectory = cfg.stateDir;
        ExecStart = ''
          ${pkgs.gollum}/bin/gollum \
            --port ${toString cfg.port} \