feat(limonka)!: jellyfin
and transmission
config
Add config for the `jellyfin` service Add config for the `transmission` service Fix networking issue (DNS died after some time) Rename `jeeves_password` secret Fix deprecated `passwordFile` -> `hashedPasswordFile`
This commit is contained in:
parent
bdda5d9182
commit
4afa641a4d
5 changed files with 73 additions and 2 deletions
|
@ -42,6 +42,25 @@
|
|||
];
|
||||
};
|
||||
}
|
||||
{
|
||||
# limonka
|
||||
wireguardPeerConfig = {
|
||||
PublicKey = "+x4cKc16KxhW/M3wv64FU1J0AkiLyXT5Oar6I1n1xk4=";
|
||||
AllowedIPs = [
|
||||
"0.0.0.0/0"
|
||||
# "192.168.1.0/24"
|
||||
];
|
||||
};
|
||||
}
|
||||
{
|
||||
# s42
|
||||
wireguardPeerConfig = {
|
||||
PublicKey = "pZF6M8TZ1FSBtTwFz4xzlMqwqRScEqgBfqHBk7ddixc=";
|
||||
AllowedIPs = [
|
||||
"0.0.0.0/0"
|
||||
];
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue