aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 7a35cc8..845c954 100644
--- a/flake.nix
+++ b/flake.nix
@@ -249,7 +249,7 @@
cfg = config.xeserv.services.within-website;
selfpkgs = self.packages.${system};
in {
- options.xeserv.services.withinwebsite = {
+ options.xeserv.services.within-website = {
enable =
mkEnableOption "Enables the within.website import redirector";