nixos/oci-containers: remove absolute path literals

This commit is contained in:
Ameer Taweel
2026-04-25 01:40:20 +03:00
parent fc63774ac4
commit 32981c7bd1
@@ -132,8 +132,8 @@ let
default = [ ];
description = "Environment files for this container.";
example = [
/path/to/.env
/path/to/.env.secret
"/path/to/.env"
"/path/to/.env.secret"
];
};