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
|
@ -96,7 +96,7 @@
|
|||
hostDefault = import ./hosts/${host} {
|
||||
config = {};
|
||||
keys = {};
|
||||
ulib = (import ./lib null) // {
|
||||
ulib = (import ./lib lib null) // {
|
||||
merge = lib.recursiveUpdate;
|
||||
};
|
||||
};
|
||||
|
@ -115,7 +115,7 @@
|
|||
system = hostDefault.nixpkgs.hostPlatform;
|
||||
|
||||
lib = nixpkgs.lib;
|
||||
ulib = import ./lib users;
|
||||
ulib = import ./lib lib users;
|
||||
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
upkgs = let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue