diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-06 23:31:21 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-06 23:31:21 +0200 |
commit | a018898dce90a3206c7634dd71b411dd3bee6e5d (patch) | |
tree | 3b548ebc47e1bf18e2b1d59e8f5ca1c5dae0a5e4 /host | |
parent | Add container (diff) | |
download | Rory-Open-Architecture-a018898dce90a3206c7634dd71b411dd3bee6e5d.tar.xz |
fix path
Diffstat (limited to 'host')
-rwxr-xr-x | host/Rory-nginx/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/configuration.nix b/host/Rory-nginx/configuration.nix index 3a62626..3930a94 100755 --- a/host/Rory-nginx/configuration.nix +++ b/host/Rory-nginx/configuration.nix @@ -25,7 +25,7 @@ } ]; }; - containers."pluralcontactbotpoc" = import ./services/containers/pluralcontactbotpoc.nix { + containers."pluralcontactbotpoc" = import ./services/containers/pluralcontactbotpoc/container.nix { inherit pkgs lib; }; |