Enable fediversity services

This commit is contained in:
Nicolas Jeannerod 2024-11-01 14:58:46 +01:00
parent ce194b7717
commit a480b24664
Signed by: Niols
GPG key ID: 35DB9EC8886E1CB8
2 changed files with 11 additions and 0 deletions

9
fediversity-services.nix Normal file
View file

@ -0,0 +1,9 @@
{
fediversity = {
enable = true;
domain = "fediversity.niols.fr";
pixelfed.enable = true;
};
}

View file

@ -15,6 +15,8 @@
modules = [ modules = [
./procolix-configuration.nix ./procolix-configuration.nix
snf.nixosModules.fediversity
./fediversity-services.nix
# ./gitea-runner.nix # ./gitea-runner.nix
## Hardware configuration ## Hardware configuration