about summary refs log tree commit diff
path: root/modules/workstation/podman
diff options
context:
space:
mode:
Diffstat (limited to 'modules/workstation/podman')
-rw-r--r--modules/workstation/podman/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/workstation/podman/default.nix b/modules/workstation/podman/default.nix
index aefad1f9d97f..67c475d45233 100644
--- a/modules/workstation/podman/default.nix
+++ b/modules/workstation/podman/default.nix
@@ -34,12 +34,9 @@
   users.users.qyliss.xdg.config.paths."podman/.config/containers/storage.conf" =
     pkgs.writeText "storage.conf" ''
       [storage]
-      driver = "overlay"
+      driver = "zfs"
       runroot = "/tmp/1000"
       graphroot = "/home/state/podman/containers/storage"
-
-      [storage.options]
-      mount_program = "${pkgs.fuse-overlayfs}/bin/fuse-overlayfs"
     '';
 
   home.qyliss.dirs."state/containers" = {};