restructured containers object

This commit is contained in:
Leyla Becker 2024-09-24 18:43:32 -05:00
parent 6fc22b8214
commit aaa7f0aa3d

View file

@ -97,7 +97,8 @@
oci-containers = {
backend = "podman";
containers.pihole = let
containers = {
pihole = let
passwordFileLocation = "/var/lib/pihole/webpassword.txt";
in {
image = config.apps.pihole.image;
@ -119,6 +120,7 @@
};
};
};
};
systemd = {
tmpfiles.rules = [