Enable fediversity services
This commit is contained in:
parent
ce194b7717
commit
a480b24664
2 changed files with 11 additions and 0 deletions
9
fediversity-services.nix
Normal file
9
fediversity-services.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
fediversity = {
|
||||
enable = true;
|
||||
|
||||
domain = "fediversity.niols.fr";
|
||||
|
||||
pixelfed.enable = true;
|
||||
};
|
||||
}
|
|
@ -15,6 +15,8 @@
|
|||
|
||||
modules = [
|
||||
./procolix-configuration.nix
|
||||
snf.nixosModules.fediversity
|
||||
./fediversity-services.nix
|
||||
# ./gitea-runner.nix
|
||||
|
||||
## Hardware configuration
|
||||
|
|
Reference in a new issue