Compare commits

..

2 commits

Author SHA1 Message Date
2102822e52 chore(deps): update renovate/renovate docker tag to v37.68.3
Some checks failed
Lint / lint (push) Failing after 1m38s
2023-11-26 23:00:27 +00:00
add34d481c forward port
Some checks failed
Lint / lint (push) Failing after 1m38s
Plex Update / update (push) Successful in 1m48s
2023-11-26 17:29:50 +01:00
2 changed files with 4 additions and 1 deletions

View file

@ -6,6 +6,9 @@ in {
networking.interfaces.eth0.useDHCP = true; networking.interfaces.eth0.useDHCP = true;
system.stateVersion = "22.05"; system.stateVersion = "22.05";
networking.firewall.allowedTCPPorts = [ config.services.rtorrent.port ];
networking.firewall.allowedUDPPorts = [ config.services.rtorrent.port ];
fileSystems."/mnt/storage" = { fileSystems."/mnt/storage" = {
device = "storage:/mnt/storage"; device = "storage:/mnt/storage";
fsType = "nfs"; fsType = "nfs";

View file

@ -76,7 +76,7 @@ let
inherit tags; inherit tags;
targetHost = ip; targetHost = ip;
allowLocalDeployment = type == "local"; allowLocalDeployment = type == "local";
targetUser = "victor"; # Defaults to $USER targetUser = null; # Defaults to $USER
}; };
}; };
}; };