diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-06 23:30:26 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-06 23:30:26 +0200 |
commit | 40bfa51153bb38e0471ab05937b018d0ba255f0d (patch) | |
tree | f25aa0e590e433f5bcff65ad9bf3d94cc74cdccd /host/Rory-nginx/configuration.nix | |
parent | Add changes (diff) | |
download | Rory-Open-Architecture-40bfa51153bb38e0471ab05937b018d0ba255f0d.tar.xz |
Add container
Diffstat (limited to '')
-rwxr-xr-x | host/Rory-nginx/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/host/Rory-nginx/configuration.nix b/host/Rory-nginx/configuration.nix index 7e32da0..3a62626 100755 --- a/host/Rory-nginx/configuration.nix +++ b/host/Rory-nginx/configuration.nix @@ -25,5 +25,9 @@ } ]; }; + containers."pluralcontactbotpoc" = import ./services/containers/pluralcontactbotpoc.nix { + inherit pkgs lib; + }; + system.stateVersion = "22.11"; # DO NOT EDIT! } |