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";
|
username = "nyanloutre";
|
||||||
};
|
};
|
||||||
|
|
||||||
airsonic.enable = true;
|
airsonic = {
|
||||||
airsonic.maxMemory = 500;
|
enable = true;
|
||||||
|
maxMemory = 500;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.dogetipbot-telegram = {
|
systemd.services.dogetipbot-telegram = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue