Compare commits
2 commits
4eb535b934
...
2102822e52
Author | SHA1 | Date | |
---|---|---|---|
2102822e52 | |||
add34d481c |
3 changed files with 5 additions and 2 deletions
|
@ -19,7 +19,7 @@ spec:
|
|||
emptyDir: {}
|
||||
containers:
|
||||
- name: renovate
|
||||
image: renovate/renovate:37.67.3
|
||||
image: renovate/renovate:37.68.3
|
||||
volumeMounts:
|
||||
- name: config-volume
|
||||
mountPath: /opt/renovate/
|
||||
|
|
|
@ -6,6 +6,9 @@ in {
|
|||
networking.interfaces.eth0.useDHCP = true;
|
||||
system.stateVersion = "22.05";
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ config.services.rtorrent.port ];
|
||||
networking.firewall.allowedUDPPorts = [ config.services.rtorrent.port ];
|
||||
|
||||
fileSystems."/mnt/storage" = {
|
||||
device = "storage:/mnt/storage";
|
||||
fsType = "nfs";
|
||||
|
|
|
@ -76,7 +76,7 @@ let
|
|||
inherit tags;
|
||||
targetHost = ip;
|
||||
allowLocalDeployment = type == "local";
|
||||
targetUser = "victor"; # Defaults to $USER
|
||||
targetUser = null; # Defaults to $USER
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue