WIP: nixos: services: add aria
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2023-12-22 23:27:04 +01:00
parent 49742deb18
commit fbe0b026e5
3 changed files with 75 additions and 0 deletions

View file

@ -10,6 +10,9 @@ in
adblock = {
enable = true;
};
aria = {
enable = true;
};
# Backblaze B2 backup
backup = {
enable = true;