add syntax renderer to hastebin

This commit is contained in:
Joakim Repomaa
2025-03-01 13:14:58 +02:00
parent 6a1244821e
commit 83594e09a9
3 changed files with 28 additions and 13 deletions

View File

@@ -37,18 +37,6 @@ in
auth_tokens_file = secrets.hastebin-tokens.path;
};
users.users.hastebin = {
isSystemUser = true;
group = "hastebin";
};
users.groups.hastebin = { };
systemd.services.hastebin.serviceConfig = {
DynamicUser = lib.mkForce false;
User = "hastebin";
};
services.webserver = {
enable = lib.mkDefault true;
vHosts.${fqdn} = {