2024-05-27 15:33:24 -04:00
|
|
|
{
|
2024-05-27 15:34:00 -04:00
|
|
|
imports = [
|
|
|
|
./filebrowser.nix
|
|
|
|
./internal.nix
|
2024-05-27 16:08:29 -04:00
|
|
|
./web.nix
|
2024-06-19 11:57:58 -04:00
|
|
|
./postgresql.nix
|
2024-07-05 11:26:53 -04:00
|
|
|
./uptime_kuma.nix
|
2024-05-27 15:34:00 -04:00
|
|
|
];
|
2024-05-27 15:33:24 -04:00
|
|
|
|
|
|
|
virtualisation.oci-containers.backend = "docker";
|
|
|
|
}
|