Skip to content

Commit

Permalink
fix: persist docker volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 5, 2024
1 parent e4db2a7 commit 1bc8faf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ variable "volumes" {
default = {
devenv-workspace = "/home/coder"
devenv-nix = "/nix"
devenv-docker-volumes = "/var/lib/docker"
}
}

0 comments on commit 1bc8faf

Please sign in to comment.