chore(tazjin/camden): Get rid of Honk ... again
I swear I've done this before. Multiple times. Change-Id: I0d9fcb8fbb05b7b3a24392a204553ce60855f8df
This commit is contained in:
parent
a37b4fbef3
commit
298291d9ae
1 changed files with 0 additions and 18 deletions
|
@ -179,24 +179,6 @@ in lib.fix(self: {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Run honk as the ActivityPub server, using all the fancy systemd
|
|
||||||
# magic.
|
|
||||||
systemd.services.honk = {
|
|
||||||
wantedBy = [ "multi-user.target" ];
|
|
||||||
script = lib.concatStringsSep " " [
|
|
||||||
"${depot.third_party.honk}/bin/honk"
|
|
||||||
"-datadir /var/lib/honk"
|
|
||||||
"-viewdir ${depot.third_party.honk.src}"
|
|
||||||
];
|
|
||||||
|
|
||||||
serviceConfig = {
|
|
||||||
Restart = "always";
|
|
||||||
DynamicUser = true;
|
|
||||||
StateDirectory = "honk";
|
|
||||||
WorkingDirectory = "/var/lib/honk";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# NixOS 20.03 broke nginx and I can't be bothered to debug it
|
# NixOS 20.03 broke nginx and I can't be bothered to debug it
|
||||||
# anymore, all solution attempts have failed, so here's a
|
# anymore, all solution attempts have failed, so here's a
|
||||||
# brute-force fix.
|
# brute-force fix.
|
||||||
|
|
Loading…
Reference in a new issue