added web.nix

This commit is contained in:
Richie Cahill
2024-05-27 16:08:29 -04:00
parent bd9ad5f08e
commit 8389336215
2 changed files with 73 additions and 0 deletions

View File

@ -2,6 +2,7 @@
imports = [
./filebrowser.nix
./internal.nix
./web.nix
];
virtualisation.oci-containers.backend = "docker";