containers: add lidarr
This commit is contained in:
parent
d3503813c3
commit
9cf323f35b
3 changed files with 44 additions and 0 deletions
|
|
@ -3,11 +3,13 @@
|
|||
imports = [
|
||||
./jellyfin.nix
|
||||
./qbittorrent.nix
|
||||
./lidarr.nix
|
||||
];
|
||||
|
||||
settings.containers = {
|
||||
jellyfin.enable = lib.mkDefault false;
|
||||
qbittorrent.enable = lib.mkDefault false;
|
||||
lidarr.enable = lib.mkDefault false;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue