Update and stuff
This commit is contained in:
@@ -194,6 +194,40 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
# containers.radarr-small = {
|
||||
# autoStart = true;
|
||||
# bindMounts = {
|
||||
# "/data" = {
|
||||
# hostPath = "/var/media";
|
||||
# mountPoint = "/var/media";
|
||||
# isReadOnly = false;
|
||||
# };
|
||||
# };
|
||||
# forwardPorts = [
|
||||
# {
|
||||
# containerPort = 7878;
|
||||
# hostPort = 7979;
|
||||
# }
|
||||
# ];
|
||||
# config = {
|
||||
# config,
|
||||
# pkgs,
|
||||
# lib,
|
||||
# ...
|
||||
# }: {
|
||||
# environment.systemPackages = with pkgs; [
|
||||
# ghostty
|
||||
# helix
|
||||
# ];
|
||||
# services.radarr = {
|
||||
# enable = true;
|
||||
# user = "root";
|
||||
# group = "root";
|
||||
# };
|
||||
# system.stateVersion = "24.11";
|
||||
# };
|
||||
# };
|
||||
|
||||
containers.sonarr = {
|
||||
autoStart = true;
|
||||
bindMounts = {
|
||||
|
||||
Reference in New Issue
Block a user