mastodon: stop running
All checks were successful
flake / flake (push) Successful in 4m57s

This commit is contained in:
Jake Hillion 2024-04-07 19:06:46 +01:00
parent dd76435ec3
commit f2fe064f72
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ in
downloads = "tywin.storage.ts.hillion.co.uk";
gitea = "jorah.cx.ts.hillion.co.uk";
homeassistant = "microserver.home.ts.hillion.co.uk";
mastodon = "vm.strangervm.ts.hillion.co.uk";
mastodon = "";
matrix = "jorah.cx.ts.hillion.co.uk";
unifi = "jorah.cx.ts.hillion.co.uk";
};

View File

@ -32,6 +32,8 @@ in
};
};
users.users.caddy.extraGroups = [ "mastodon" ];
services = {
mastodon = {
enable = true;

View File

@ -12,8 +12,6 @@ in
config = lib.mkIf cfg.enable {
custom.www.www-repo.enable = true;
users.users.caddy.extraGroups = [ "mastodon" ];
services.caddy = {
enable = true;