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".owner = config.users.users.aria2.name;
|
||||
containers.aria2 = {
|
||||
forwardPorts = {
|
||||
system.stateVersion = "23.11";
|
||||
forwardPorts = [
|
||||
{
|
||||
hostPort = 6969;
|
||||
protocol = "tcp";
|
||||
};
|
||||
}
|
||||
];
|
||||
bindMounts = {
|
||||
"/var/lib/media" = {
|
||||
hostPath = "/var/lib/media";
|
||||
|
|
Loading…
Reference in a new issue