cluster/infrastructure/hydra/hydra-nix.hcl
Magic_RB 812a547b4b
Add full HydraCI service
Signed-off-by: Magic_RB <magic_rb@redalder.org>
2021-05-03 20:30:40 +02:00

16 lines
245 B
HCL

type = "csi"
id = "hydra-nix"
name = "hydra-nix"
plugin_id = "nfs"
access_mode = "single-node-writer"
attachment_mode = "file-system"
context {
server = "blowhole.in.redalder.org"
share = "/hydra-nix"
}
mount_options {
fs_type = "nfs"
}