feat: Added stuff
This commit is contained in:
@@ -34,10 +34,12 @@
|
||||
substituters = [
|
||||
"https://nix-community.cachix.org"
|
||||
# "https://sh.darksailor.dev"
|
||||
"https://nixos-raspberrypi.cachix.org"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
# "mirai:bcVPoFGBZ0i7JAKMXIqLj2GY3CulLC4kP7rQyqes1RM="
|
||||
"nixos-raspberrypi.cachix.org-1:4iMO9LXa8BqhU+Rpg6LQKiGa2lsNh/j2oiYLNOQ5sPI="
|
||||
];
|
||||
};
|
||||
extraOptions = ''
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
./tailscale.nix
|
||||
./zerotier.nix
|
||||
./prowlarr.nix
|
||||
./flaresolverr.nix
|
||||
|
||||
# ./home-assistant.nix
|
||||
# ./jellyfin.nix
|
||||
|
||||
7
nixos/mirai/services/flaresolverr.nix
Normal file
7
nixos/mirai/services/flaresolverr.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{...}: {
|
||||
services = {
|
||||
flaresolverr = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -3,8 +3,5 @@
|
||||
prowlarr = {
|
||||
enable = true;
|
||||
};
|
||||
flaresolverr = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user