mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 11:07:44 +00:00
Fix Nginx config (hopefully?)
This commit is contained in:
parent
a225279355
commit
6e8a745125
5 changed files with 49 additions and 50 deletions
|
@ -1,6 +1,6 @@
|
|||
users: let
|
||||
lib: users: let
|
||||
configuration = import ./configuration.nix users;
|
||||
merge = import ./merge.nix;
|
||||
merge = import ./merge.nix lib;
|
||||
ssl = import ./ssl.nix;
|
||||
values = import ./values.nix;
|
||||
in configuration // merge // ssl // values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue