nixos/simpcraft: Add missing environment file
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 25m59s

This commit is contained in:
Jack O'Sullivan 2024-01-15 13:21:25 +00:00
parent 51d44e472a
commit 1813ca1927

View File

@ -55,6 +55,7 @@ in
TZ = "Europe/Dublin"; TZ = "Europe/Dublin";
}; };
environmentFiles = [ config.age.secrets."whale2/simpcraft.env".path ];
volumes = [ volumes = [
"minecraft_data:/data" "minecraft_data:/data"