Use overlay instead of ZFS for containers

This commit is contained in:
2023-02-27 21:55:12 +01:00
parent 2ec952360f
commit 1c6f4af430
2 changed files with 21 additions and 74 deletions

View File

@@ -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;