nix volumes RO

This commit is contained in:
Alex 2022-11-16 00:12:14 +01:00
parent 2cd4bf1ee7
commit 7df8162913
Signed by: lx
GPG Key ID: 0E496D15096376BE
1 changed files with 2 additions and 0 deletions

View File

@ -37,10 +37,12 @@ job "dummy-nginx" {
volume_mount {
volume = "nix-store"
read_only = true
destination = "/nix"
}
volume_mount {
volume = "nix-current-system-bin"
read_only = true
destination = "/run/current-system/sw/bin"
}