This commit is contained in:
m3tam3re
2024-09-23 14:30:14 +02:00
parent b2c3dba781
commit 78a720e1a3
14 changed files with 269 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
{config, ...}: {
virtualisation.oci-containers.containers."nginx" = {
image = "docker.io/nginx:alpine";
environmentFiles = [
config.age.secrets.secret1.path
];
};
}