feat(profile:mediaServer): nixarr initial configuration

This commit is contained in:
ooks-io 2024-04-12 15:03:35 +12:00
parent e78f3f0378
commit b3a6c319f3
3 changed files with 31 additions and 1 deletions

View file

@ -4,12 +4,14 @@
imports = [
./mediaServer
./system76Scheduler
./nixarr
];
options.systemModules.services = {
mediaServer = {
enable = lib.mkEnableOption "Enable mediaserver service module";
};
};
}