This commit is contained in:
parent
dd76435ec3
commit
f2fe064f72
@ -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";
|
||||
};
|
||||
|
@ -32,6 +32,8 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
users.users.caddy.extraGroups = [ "mastodon" ];
|
||||
|
||||
services = {
|
||||
mastodon = {
|
||||
enable = true;
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user