Setup minio properly

This commit is contained in:
Greg Hellings
2024-06-20 14:35:29 -05:00
parent 071af09085
commit 4bbb39f3c1
3 changed files with 30 additions and 15 deletions
+1 -2
View File
@@ -13,6 +13,7 @@ in
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
./minio.nix
];
@@ -66,8 +67,6 @@ in
registrationConfigFile = config.age.secrets.runner-reg.path;
environmentVariables = {
EFI_DIR = "${pkgs.OVMF.fd}/FV/";
#HTTP_PROXY = "http://10.42.1.4:3128/";
#HTTPS_PROXY = "http://10.42.1.4:3128/";
};
};
};