Set state version and fix forward ports
This commit is contained in:
parent
a8fb2c16a0
commit
18208929b0
|
@ -10,10 +10,13 @@
|
||||||
sops.secrets."wg-private".mode = "0440";
|
sops.secrets."wg-private".mode = "0440";
|
||||||
sops.secrets."wg-private".owner = config.users.users.aria2.name;
|
sops.secrets."wg-private".owner = config.users.users.aria2.name;
|
||||||
containers.aria2 = {
|
containers.aria2 = {
|
||||||
forwardPorts = {
|
system.stateVersion = "23.11";
|
||||||
hostPort = 6969;
|
forwardPorts = [
|
||||||
protocol = "tcp";
|
{
|
||||||
};
|
hostPort = 6969;
|
||||||
|
protocol = "tcp";
|
||||||
|
}
|
||||||
|
];
|
||||||
bindMounts = {
|
bindMounts = {
|
||||||
"/var/lib/media" = {
|
"/var/lib/media" = {
|
||||||
hostPath = "/var/lib/media";
|
hostPath = "/var/lib/media";
|
||||||
|
|
Loading…
Reference in a new issue