From c4f0343e32d20956e0290cc5bd16e4a39570cac5 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 28 Nov 2022 11:01:08 +0100 Subject: flake test --- cluster/staging/app/garage/deploy/garage-nix.hcl | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'cluster') 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 { -- cgit v1.2.3