mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Move Hydra state to new locations due to reset
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
7bf085dbb1
commit
e9fdac4278
|
@ -9,7 +9,7 @@ in
|
|||
volume_name = "hydra-db";
|
||||
access_mode = "single-node-writer";
|
||||
server = "blowhole.hosts.in.redalder.org";
|
||||
share = "/var/nfs/hydra-db";
|
||||
share = "/mnt/jimmy/infrastructure/hydra/postgresql";
|
||||
mount_flags = [ "nfsvers=3" "hard" "async" ];
|
||||
};
|
||||
|
||||
|
@ -17,7 +17,7 @@ in
|
|||
volume_name = "hydra-data";
|
||||
access_mode = "single-node-writer";
|
||||
server = "blowhole.hosts.in.redalder.org";
|
||||
share = "/var/nfs/hydra-data";
|
||||
share = "/mnt/kyle/infrastructure/hydra/data";
|
||||
mount_flags = [ "nfsvers=3" "hard" "async" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue