nixos/whale2/valheim: Fix volume names
This commit is contained in:
parent
ca8ad4c043
commit
3b55a1fa67
@ -18,8 +18,8 @@ in
|
|||||||
environmentFiles = [ config.age.secrets."whale2/valheim.env".path ];
|
environmentFiles = [ config.age.secrets."whale2/valheim.env".path ];
|
||||||
|
|
||||||
volumes = [
|
volumes = [
|
||||||
"data:/config"
|
"valheim_data:/config"
|
||||||
"server:/opt/valheim"
|
"valhem_server:/opt/valheim"
|
||||||
];
|
];
|
||||||
|
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
|
Loading…
Reference in New Issue
Block a user