forked from nyanloutre/nixos-config
refactor airsonic
This commit is contained in:
parent
88953c1832
commit
692baa892b
@ -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…
Reference in New Issue
Block a user