Try to migrate minio to NAS

Try to move as much of the S3 load onto the NAS as I am able to manage,
incluing pointing s3.thehellings.lan towards the NAS
This commit is contained in:
Greg Hellings
2024-08-16 22:46:05 -05:00
parent 400ba3eef7
commit 4d4beaf620
11 changed files with 8 additions and 48 deletions
+2 -9
View File
@@ -51,7 +51,7 @@
];
};
greg = {
home = true;
home = true;
tailscale.enable = true;
};
environment.systemPackages = with pkgs; [
@@ -59,14 +59,7 @@
curl
gawk
git
p7zip
packer
pup
gregpy
shellcheck
unzip
xorriso
vagrant
wget
];
@@ -97,7 +90,7 @@
registrationConfigFile = config.age.secrets.runner-reg.path;
environmentVariables = {
EFI_DIR = "${pkgs.OVMF.fd}/FV/";
STORAGE_URL = "http://localhost:9000";
STORAGE_URL = "http://s3.thehellings.lan:9000";
};
};
};