Readarr: remove unused module
This commit is contained in:
parent
55ae85008b
commit
1af6e1ca10
2 changed files with 0 additions and 9 deletions
|
|
@ -240,7 +240,6 @@
|
||||||
./loki/configuration.nix
|
./loki/configuration.nix
|
||||||
|
|
||||||
./nixos_modules/garage.nix
|
./nixos_modules/garage.nix
|
||||||
./nixos_modules/readarr.nix
|
|
||||||
] ++ homeManagerModules ++ [
|
] ++ homeManagerModules ++ [
|
||||||
{
|
{
|
||||||
home-manager.users.bertof = import ./loki/hm.nix;
|
home-manager.users.bertof = import ./loki/hm.nix;
|
||||||
|
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
{ pkgs, ... }: {
|
|
||||||
services.readarr = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.unstable_pkgs.readarr;
|
|
||||||
openFirewall = true;
|
|
||||||
group = "users";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue