1
Fork 0

Set up podman persistence

This commit is contained in:
Matei Adriel 2024-01-18 08:09:06 +01:00
parent 43b53dccd0
commit d5a487ecec
No known key found for this signature in database
2 changed files with 12 additions and 1 deletions

View file

@ -7,4 +7,15 @@
oci-containers.backend = "podman";
};
environment.persistence = {
"/persist/state".directories = [
"/var/lib/containers/storage"
];
"/persist/local/cache".directories = [
"/var/lib/containers/cache"
];
};
}

View file

@ -5,7 +5,7 @@
../common/optional/services/slambda.nix
./services/syncthing.nix
./services/whoogle.nix
# ./services/whoogle.nix
./filesystems
./hardware
];