diff options
author | Rory& <root@rory.gay> | 2024-07-23 12:01:27 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-23 12:01:27 +0200 |
commit | 630756d2e71f28370b656d21f163df3009bd477d (patch) | |
tree | ad651830c49b3deeb34cfe2351bc8e9476a40805 /host/Rory-nginx/configuration.nix | |
parent | Update desktop connfig (diff) | |
download | Rory-Open-Architecture-630756d2e71f28370b656d21f163df3009bd477d.tar.xz |
Add draupnir-cme
Diffstat (limited to 'host/Rory-nginx/configuration.nix')
-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 05949d0..fedf330 100755 --- a/host/Rory-nginx/configuration.nix +++ b/host/Rory-nginx/configuration.nix @@ -74,5 +74,9 @@ conduit = conduit; }; + containers."draupnir-cme" = import ./services/containers/draupnir-cme/container.nix { + inherit pkgs lib; + }; + system.stateVersion = "22.11"; # DO NOT EDIT! } |