Skip to content

Commit

Permalink
feat(chaotic-v4): set garuda repo live
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Jan 21, 2024
1 parent 0071fa2 commit 37197ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nixos/hosts/immortalis/containers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ in
isReadOnly = false;
mountPoint = "/var/garuda/docker-compose-runner/chaotic-v4";
};
"chaotic-v4-pre" = {
"chaotic-v4" = {
hostPath = "/data_2/chaotic-v4/";
isReadOnly = false;
mountPoint = "/srv/http/repos";
Expand Down Expand Up @@ -292,12 +292,12 @@ in
config = import ../temeraire.nix;
extraOptions = {
bindMounts = lib.mkMerge [{
"chaotic-v4-pre" = {
hostPath = "/data_2/chaotic-v4/";
"garuda" = {
hostPath = "/data_2/chaotic-v4/garuda";
isReadOnly = false;
mountPoint = "/srv/http/chaotic-v4";
mountPoint = "/srv/http/repos/garuda";
};
"garuda" = {
"chaotic" = {
hostPath = "/data_2/chaotic-aur";
isReadOnly = false;
mountPoint = "/srv/http/repos";
Expand Down

0 comments on commit 37197ff

Please sign in to comment.