Group containers into their own directory
This commit is contained in:
parent
359bb61628
commit
75efe1bf99
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./beaverhabits.nix
|
||||||
|
./freshrss.nix
|
||||||
|
./pi-hole.nix
|
||||||
|
./tubearchivist.nix
|
||||||
|
];
|
||||||
|
}
|
|
@ -27,6 +27,8 @@ in
|
||||||
image = "pihole/pihole:latest";
|
image = "pihole/pihole:latest";
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
|
"PIHOLE_DNS_1" = "8.8.8.8";
|
||||||
|
"PIHOLE_DNS_2" = "8.8.4.4";
|
||||||
"TZ" = "Europe/London";
|
"TZ" = "Europe/London";
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,15 +1,12 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./audiobookshelf.nix
|
./audiobookshelf.nix
|
||||||
./beaverhabits.nix
|
./containers
|
||||||
./forgejo.nix
|
./forgejo.nix
|
||||||
./freshrss.nix
|
|
||||||
./gitea.nix
|
./gitea.nix
|
||||||
./immich.nix
|
./immich.nix
|
||||||
./jellyfin.nix
|
./jellyfin.nix
|
||||||
./paperless.nix
|
./paperless.nix
|
||||||
./pi-hole.nix
|
|
||||||
./tubearchivist-container.nix
|
|
||||||
./vaultwarden.nix
|
./vaultwarden.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue