diff options
author | Alex Auvolat <alex@adnab.me> | 2022-11-28 11:01:08 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-11-28 11:01:08 +0100 |
commit | c4f0343e32d20956e0290cc5bd16e4a39570cac5 (patch) | |
tree | 4842983e4ae3cc720e2784ba4a56fa90699eebb0 /cluster | |
parent | a327876e253b464c049faeafeb24ab2687425014 (diff) | |
download | nixcfg-more-nix.tar.gz nixcfg-more-nix.zip |
flake testmore-nix
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/staging/app/garage/deploy/garage-nix.hcl | 17 |
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 { |