treesummaryrefslogcommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 265a9ea..ea9b0dd 100644
--- a/flake.nix
+++ b/flake.nix
@@ -32,7 +32,7 @@
};
});
- nixosModules.default = { config, lib, pkgs }:
+ nixosModules.default = { config, lib, pkgs, ... }:
let cfg = config.services.zhttpws;
in {
options.services.zhttpws = {