change podman storage dir
This commit is contained in:
@@ -4,6 +4,14 @@
|
||||
{
|
||||
virtualisation = {
|
||||
containers.enable = true;
|
||||
containers.storage.settings = {
|
||||
storage = {
|
||||
driver = "overlay";
|
||||
graphroot = "/mnt/ssd1/podman";
|
||||
rootless_storage_path = "/mnt/ssd1/podman";
|
||||
};
|
||||
};
|
||||
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
|
||||
Reference in New Issue
Block a user