aboutsummaryrefslogtreecommitdiff
path: root/cluster
diff options
context:
space:
mode:
Diffstat (limited to 'cluster')
-rw-r--r--cluster/staging/app/garage/deploy/garage-nix.hcl17
1 files changed, 9 insertions, 8 deletions
diff --git a/cluster/staging/app/garage/deploy/garage-nix.hcl b/cluster/staging/app/garage/deploy/garage-nix.hcl
index 373fd10..f2bae20 100644
--- a/cluster/staging/app/garage/deploy/garage-nix.hcl
+++ b/cluster/staging/app/garage/deploy/garage-nix.hcl
@@ -60,14 +60,15 @@ job "garage-staging" {
driver = "nix"
config {
- packages = [
- "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=nix-remove-system&rev=60c26fbc628d7b450ae39214b578ab6a30583d5c"
- ]
- command = [ "/bin/garage", "server" ]
- bind = {
- "/mnt/storage/garage-staging/data" = "/data",
- "/mnt/ssd/garage-staging/meta" = "/meta",
- }
+ #packages = [
+ # "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=nix-remove-system&rev=60c26fbc628d7b450ae39214b578ab6a30583d5c"
+ #]
+ #command = [ "/bin/garage", "server" ]
+ #bind = {
+ # "/mnt/storage/garage-staging/data" = "/data",
+ # "/mnt/ssd/garage-staging/meta" = "/meta",
+ #}
+ nixos = "git+https://git.deuxfleurs.fr/Deuxfleurs/nixcfg.git?ref=more-nix#nixosConfigurations.garage"
}
template {