refactor airsonic

This commit is contained in:
nyanloutre 2019-01-24 18:56:41 +01:00
parent 88953c1832
commit 692baa892b
1 changed files with 4 additions and 2 deletions

View File

@ -387,8 +387,10 @@ in
username = "nyanloutre"; username = "nyanloutre";
}; };
airsonic.enable = true; airsonic = {
airsonic.maxMemory = 500; enable = true;
maxMemory = 500;
};
}; };
systemd.services.dogetipbot-telegram = { systemd.services.dogetipbot-telegram = {