This commit is contained in:
Vivian 2023-09-28 13:27:42 +02:00
parent c962a5e186
commit 05ac4f2b9a
3 changed files with 2 additions and 4 deletions

View file

@ -23,7 +23,7 @@ in {
networking.firewall.allowedTCPPorts = [ 3900 3901 3902 ];
# Defines rpc_secret
systemd.services.garage.serviceConfig.EnvironmentFile = "${vs.garage}/environment";
systemd.services.garage.serviceConfig.EnvironmentFile = [ "${vs.garage}/environment" ];
services.garage = {
enable = true;