forked from nyanloutre/nixos-config
refactor airsonic
This commit is contained in:
parent
88953c1832
commit
692baa892b
1 changed files with 4 additions and 2 deletions
|
@ -387,8 +387,10 @@ in
|
|||
username = "nyanloutre";
|
||||
};
|
||||
|
||||
airsonic.enable = true;
|
||||
airsonic.maxMemory = 500;
|
||||
airsonic = {
|
||||
enable = true;
|
||||
maxMemory = 500;
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services.dogetipbot-telegram = {
|
||||
|
|
Loading…
Add table
Reference in a new issue