diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-11-16 01:47:45 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-11-16 01:47:45 +0300 |
commit | 1b39cfb14b608f374208a9483db661ccd1a43230 (patch) | |
tree | be2fefbe6c50f4598a1eb22f8b0a9260726b2c0a /nixosConfigurations/manwe | |
parent | 2023-11-13 (diff) |
2023-11-16
Diffstat (limited to '')
-rw-r--r-- | nixosConfigurations/manwe/webserver.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixosConfigurations/manwe/webserver.nix b/nixosConfigurations/manwe/webserver.nix index 324036a..d0784e8 100644 --- a/nixosConfigurations/manwe/webserver.nix +++ b/nixosConfigurations/manwe/webserver.nix @@ -1,8 +1,8 @@ { - libNginx, - libPlausible, inputs, lib, + libNginx, + libPlausible, ... }: with lib; { |