mirror of
https://github.com/kmein/niveum
synced 2026-03-19 11:31:09 +01:00
fix(restic): allow receiving backups from fatteh
This commit is contained in:
@@ -45,6 +45,10 @@ in {
|
|||||||
inherit dport protocol;
|
inherit dport protocol;
|
||||||
source = retiolumAddresses.makanek.ipv4;
|
source = retiolumAddresses.makanek.ipv4;
|
||||||
})
|
})
|
||||||
|
(firewall.accept {
|
||||||
|
inherit dport protocol;
|
||||||
|
source = retiolumAddresses.fatteh.ipv4;
|
||||||
|
})
|
||||||
(firewall.accept {
|
(firewall.accept {
|
||||||
inherit dport protocol;
|
inherit dport protocol;
|
||||||
source = retiolumAddresses.ful.ipv4;
|
source = retiolumAddresses.ful.ipv4;
|
||||||
|
|||||||
Reference in New Issue
Block a user