forked from Deuxfleurs/nixcfg
nix volumes RO
This commit is contained in:
parent
2cd4bf1ee7
commit
7df8162913
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue