Use overlay instead of ZFS for containers
This commit is contained in:
@@ -31,15 +31,9 @@
|
||||
# Set environment variable pointing to wallabag configuration directory
|
||||
environment.variables.WALLABAG_DATA = "/var/lib/wallabag";
|
||||
|
||||
# Podman setup with ZFS
|
||||
# Podman setup
|
||||
virtualisation = {
|
||||
containers.enable = true;
|
||||
containers.storage.settings.storage = {
|
||||
driver = "zfs";
|
||||
graphroot = "/var/lib/containers/storage";
|
||||
runroot = "/run/containers/storage";
|
||||
};
|
||||
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
|
||||
Reference in New Issue
Block a user