WIP: nixos: services: add aria
Some checks failed
ci/woodpecker/push/check Pipeline failed

This commit is contained in:
Bruno BELANYI 2023-12-22 23:27:04 +01:00
parent 58b22b7354
commit 2172710dc8
3 changed files with 74 additions and 0 deletions

View file

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