restructured containers object
This commit is contained in:
parent
6fc22b8214
commit
aaa7f0aa3d
1 changed files with 20 additions and 18 deletions
|
@ -97,7 +97,8 @@
|
||||||
oci-containers = {
|
oci-containers = {
|
||||||
backend = "podman";
|
backend = "podman";
|
||||||
|
|
||||||
containers.pihole = let
|
containers = {
|
||||||
|
pihole = let
|
||||||
passwordFileLocation = "/var/lib/pihole/webpassword.txt";
|
passwordFileLocation = "/var/lib/pihole/webpassword.txt";
|
||||||
in {
|
in {
|
||||||
image = config.apps.pihole.image;
|
image = config.apps.pihole.image;
|
||||||
|
@ -119,6 +120,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
systemd = {
|
systemd = {
|
||||||
tmpfiles.rules = [
|
tmpfiles.rules = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue