diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-06 23:53:19 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-06 23:53:19 +0200 |
commit | a2e82878788bc702d29d9568ef673d9e4b664f1b (patch) | |
tree | 3b2864714b7ca7f79b62347269a547ccf8dc9320 /host/Rory-nginx/configuration.nix | |
parent | fix container? (diff) | |
download | Rory-Open-Architecture-a2e82878788bc702d29d9568ef673d9e4b664f1b.tar.xz |
fix container?
Diffstat (limited to 'host/Rory-nginx/configuration.nix')
-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 e63db57..e78743a 100755 --- a/host/Rory-nginx/configuration.nix +++ b/host/Rory-nginx/configuration.nix @@ -1,4 +1,4 @@ -{ config, pkgs, lib, ... }: +{ config, pkgs, lib, conduit, ... }: { imports = |