summaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/containers/storage.conf.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/containers/storage.conf.tmpl')
-rw-r--r--dot_config/containers/storage.conf.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/containers/storage.conf.tmpl b/dot_config/containers/storage.conf.tmpl
index c304b02..a148c5e 100644
--- a/dot_config/containers/storage.conf.tmpl
+++ b/dot_config/containers/storage.conf.tmpl
@@ -1,5 +1,5 @@
{{- $machineRole := default "host" (index . "machineRole") -}}
-{{- if eq $machineRole "vm" -}}
+{{- if ne $machineRole "host" -}}
# Rootless podman storage configuration: VM ext4.
[storage]